Skip to content

Lunran/simple-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Weather Project

This is a sample maven project in "Maven by Example", improved to adopt the new Yahoo Weather API.

How to use

$ git clone https://github.com/Lunran/simple-weather.git
$ cd simple-weather
$ mvn install
$ mvn exec:java -Dexec.mainClass=org.sonatype.mavenbook.custom.weather.Main
$ mvn exec:java -Dexec.mainClass=org.sonatype.mavenbook.custom.weather.Main -Dexec.args="Tokyo"

Improvement

  1. added jaxen to pom.xml
  2. changed query URI
  3. fixed parser to deal with the new xml format

Original

Yahoo Weather API

About

Sample maven project improved to adopt Yahoo Weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages