/WeatherApp

ReWritten in Python

Primary LanguagePython

Usages

Please Follow the steps to Run this in your local Machine.

git clone https://github.com/santoshvandari/WeatherApp

cd WeatherApp

pip install -r requirements.txt

python manage.py runserver # Windows and Mac Os

python3 manange.py runserver #Linux OS

Note: It will be Better if you create Virtual Environment for running in your local machine.