This App uses Api service to update real time temperature of a location and give the user an alert message to user for user defined maximum or minimum temperature of the location.
If you use Windows and have used virtual environments, run ⬇️ file.
This will create a virtual env, install the required libraries, and start the app.
.\run.ps1If you use Linux and have used virtual environments, run ⬇️ file.
This will create a virtual env, install the required libraries, and start the app.
./run.shAdding your own API key in a .env file with api key from openweathermap:
- Go to openweatherapp site: https://home.openweathermap.org/api_keys
- Create a account and verify email.
- Generate an API key and copy the API key.
- Now in repo, Create a file inside the repo with name .env.
- Put your API key in inside quotation mark like below and save your file.
