JavaWWO is a simple Java client for World Weather Online API using JAXB. It will show weather based on your current IP.
- cd JavaWWO/bin
- java com/example/javawwo/WwoClient
import the project into your workspace and click run
You should see result as this screenshot.
- Builder pattern for params used for construct query string
- Use JAXB to get Java object automatically from API call