Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 728 Bytes

WeatherApp

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.

Installation

Clone WeatherApp to local machine. Afterwards, install necessary packages.

npm install

Usage

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

Contributing

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.