saidrishya / weather_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather_app

A weather app that gives the weather information such as temperature, humidity.

##Steps to run the application

1. clone the repository
   Install the neccessary requirements
2. pip install -r requirements.txt
   Make migrations
3. python manage.py migrate
4. python manage.py makemigrations
   Run the application
5. python manage.py runserver

In case the API key is not working use this link https://openweathermap.org/api

About


Languages

Language:Python 78.2%Language:HTML 12.0%Language:CSS 9.7%