Skip to content

judeVector/weather-app

Repository files navigation

Django weather-app

Python web app built using Django framework

This app uses openweathermap api to fetch realtime weather data

How to setup and use

setup an openweathermap and get an api

To run the app

create a virtual environment

python -m venv .venv

Install all dependencies

pip install requests django python-dotenv

Setting up your Django installation

django-admin startproject <your project name>

cd into the project directory

python manage.py startapp < your application name>

To run the app

python manage.py runserver

About

A Python weather app using Django framework with openweather API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors