Skip to content

Simple Java client demo for World Weather Online API

Notifications You must be signed in to change notification settings

jaafarscorpion/JavaWWO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

JavaWWO - Java client for WWO API

JavaWWO is a simple Java client for World Weather Online API using JAXB. It will show weather based on your current IP.

How to run

From command line

  1. cd JavaWWO/bin
  2. java com/example/javawwo/WwoClient

From Eclipse:

import the project into your workspace and click run

You should see result as this screenshot.

Feature

  1. Builder pattern for params used for construct query string
  2. Use JAXB to get Java object automatically from API call

About

Simple Java client demo for World Weather Online API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published