An open API service indexing awesome lists of open source software.

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.

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.