This is a weather application that gives the current weather, and the next week of weather. It utilizes the openWeatherMap API, as well as two google Api's. You will need to set up accounts with both of them and include your own API key's as mine have been set for my application.
Check out the .skeleton-env for the API keys used in the project, you can rename this to .env and provide your own keys.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The live production site can be found at Weather Report.