Skip to content

Demo Project that displays weather forecasts from the NOAA REST APIs in swift

Notifications You must be signed in to change notification settings

phoney/WeatherMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherMan

Demo Project that displays weather forecasts from the NOAA REST APIs in swift for iOS

This project is part of my swift learning experience. It simply uses the NOAA REST APIs at https://graphical.weather.gov/xml/rest.php to download the weather forecast for a specified zip code and then displays the results in a table view. The code is swift 2 so requires Xcode 7.

To Do

  • Add a better first view or header in the Table to show the zip code and Geographic name, and maybe the lat/long of the location.
  • Get the geographic name for the zipcode, from a database or I think Google has a REST API for this.

About

Demo Project that displays weather forecasts from the NOAA REST APIs in swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published