Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Created February 9, 2016 16:01
Show Gist options
  • Save r1ckhenry/29262a429f5f9748620c to your computer and use it in GitHub Desktop.
Save r1ckhenry/29262a429f5f9748620c to your computer and use it in GitHub Desktop.

Weather App Build an app that requests data from your server, based on an input location, which in turn requests it from a weather API:

http://openweathermap.org/api

Your app should be able to:

Take user input for a location and display the current weather data. Your app could be able to (Extension 1):

Save locations to local storage and be able to 'quick click' and get the current weather on click. and/or Get the current users location as an option for current weather It would be nice if your app would (Extension 2):

Display data in a chart or map! and/or Get data for the next 3 or 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment