Skip to content

Get airport weather data using services.faa.gov/docs/services/airport

Notifications You must be signed in to change notification settings

mkabatek/Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Weather app

This is an example program GetWeatherData using the bare minimum java installation

Build

Compile the two sources make sure the json jar file is in the class path:

Linux

  • javac -cp json-20160212.jar:. weather.java GetWeatherData.java

Windows

  • javac -cp "json-20160212.jar;." weather.java GetWeatherData.java

Run

Run the program, make sure the json jar is in the class path, examples shown below:

Linux

  • java -cp json-20160212.jar:. weather SFO
  • java -cp json-20160212.jar:. weather JFK
  • java -cp json-20160212.jar:. weather DEN

Windows

  • java -cp "json-20160212.jar;." weather SFO
  • java -cp "json-20160212.jar;." weather JFK
  • java -cp "json-20160212.jar;." weather DEN

About

Get airport weather data using services.faa.gov/docs/services/airport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages