Skip to content

sonyakc/weather-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-service

To run the weather service forecast retriever please

  1. Run com.weather.client.WeatherServiceClient.java passing in two String arguments a) Sample program arguments are as follows "10018" "json" 1st argument is the zip code 2nd argument is the format, media type representation to retrieve

Program throws custom exception type if size of args array is not valid.

Output: will be forecast details to system.out

Program details / stack

a) Jersey 2.5.1 to code the REST web service client b) Media moxy for response handling json c) Java 7 d) Gson and Simple Json for json parsing e) Maven for dependency management f) Eclipse IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages