WeatherApp allows users to get historical data for any entered location.
Note: This application only works with updated credentials in .env
file. Existing .env
file is only a template. Meteostat and Google API keys must be generated by user.
Clone WeatherApp to local machine. Afterwards, install necessary packages.
npm install
In the terminal for WeatherApp, run npm run web-dev and navigate to http://localhost:8080 in browser to use application.
npm run web-dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.