Skip to content

This is my hobby project used to learn how to use public api for project.In this I used the api of openweathermap to featch the weather details of various city across the globe by giving city name as input.

SubramanyaKS/WeatherProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛈ Weather App using Django

It's my hobby project which is created to learn to use public api for project.In this project I used the api of openweathermap to featch the weather details of various city across the globe by providing city name as input.

Technologies used:

  • Python
  • Django
  • openweathermap API
  • HTML5
  • Bootstrap
  • Visual Studio Code

Note: for libraries used in this projects you can refer requirements.txt

Fork

for forking this repository you can go through the steps provided in the link below.:point_down:
https://docs.github.com/en/get-started/quickstart/fork-a-repo

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/SubramanyaKS/WeatherProject.git

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

Note:

Any feedbacks and suggestions are always welcomed.

References:

♥ Thanks to

Note: This Project is under development. You can check the latest update in this repository.

If you like my repository please ⭐this repository.

with ♥ Subramanya K S

About

This is my hobby project used to learn how to use public api for project.In this I used the api of openweathermap to featch the weather details of various city across the globe by giving city name as input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published