- - Get London's weather to display on a website using Open Weather Map https://openweathermap.org/api
- - Show London's 5 day forecast on the page
- - Abstract away API call logic into it's own class
- - Stub out API calls in tests (Jest will help you here - https://jestjs.io/docs/en/tutorial-async)
- - Deploy to Heroku
- - Select a city from a list, and display the weather for it
- - Have a user type in a city, and display the weather for it
- - Make it look pretty