https://github.com/abhay-kanwasi/wether-application
A Wheather app using Django framework and API name OpenWeather which will compare the weather of the given 2 cities. We will be using request to fetch the data from the OpenWether API
https://github.com/abhay-kanwasi/wether-application
django django-request python
Last synced: 3 months ago
JSON representation
A Wheather app using Django framework and API name OpenWeather which will compare the weather of the given 2 cities. We will be using request to fetch the data from the OpenWether API
- Host: GitHub
- URL: https://github.com/abhay-kanwasi/wether-application
- Owner: Abhay-Kanwasi
- Created: 2023-05-22T05:07:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T17:05:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T22:07:45.140Z (5 months ago)
- Topics: django, django-request, python
- Language: Python
- Homepage:
- Size: 827 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wether-Application
A Wheather app using Django framework and API name OpenWeather which will compare the weather of the given 2 cities. We will be using request to fetch the data from the OpenWether API## Initial Steps
### Requirements
> Install the django framework using `pip install django requests`
> Make an account to Open Weather [Login Here](https://openweathermap.org/)
> After making an account you can generate your own api key and copy it.
> Make a file name API_KEY and paste it into it and put it like I do in this project.## What it will do ?
This app will take the input of name which will be the name of two cities then when you enter the city name you would click the button compare and it will show you 5 days whethe forcast of both cities as comparison.
## How it will look like ?
