https://github.com/riz4d/weatherapp
Weather Forcast App in Django framework using Openweatherapi, that allows users to check the current weather conditions for a given location.
https://github.com/riz4d/weatherapp
django-application openweatherapi weather-app
Last synced: about 1 year ago
JSON representation
Weather Forcast App in Django framework using Openweatherapi, that allows users to check the current weather conditions for a given location.
- Host: GitHub
- URL: https://github.com/riz4d/weatherapp
- Owner: riz4d
- License: mit
- Created: 2023-08-02T06:36:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T07:00:28.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T01:08:59.644Z (about 1 year ago)
- Topics: django-application, openweatherapi, weather-app
- Language: Python
- Homepage: https://weatherapp.rizad.me/
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeatherApp
Weather Forcast App in Django framework using [Openweather Api](https://openweathermap.org),that allows users to check the current weather conditions for a given location.
## Demo
[Click Here](http://weatherapp.rizad.me/)
## Features
- Retrieve weather data based on user input.
- Display information such as temperature, humidity, wind speed, and weather condition.
- User-friendly interface with a clean
- Responsive layout that works well on various devices.
## Technologies Used
- Django Framework
- OpenWeather API for retrieving weather information.