OverWatch.com
- A weather web application that allows users to add cities to the dashboard and view summarized climatic conditions of the selected cities at a glance.
- Open Terminal
{Ctrl+Alt+T}
- Clone the repository
$ git clone https://github.com/JohnKarima/weather-app.git
- Move into directory
$ cd weather-app
- Open project on code editor
$ code .
- Run the application by opening the cloned file in terminal and running the commands:
$ chmod a+x start.sh
$ ./start.sh
- Run the tests for the application:
$ python3.8 manage.py test
- Python
- Flask
- Bootstrap
- CSS
- Cloudinary
- OpenWeatherMap API
- 2020, John Karima.