Skip to content

Web app to view detailed weather attributes of any location. Connecting third party API and clean responsive bootstrap rich UI

Notifications You must be signed in to change notification settings

tanvir-ishraq/NowWeather--A-django-weather-web-application-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

NowWeather - A django weather web application project:

instructions:

run:

python manage.py makemigrations

python manage.py runserver

Description

A django weather web application project:

  • Search functionality for any location. Provides temprature, pressure, humidity, forcast, description, coordinate for locations.
  • Api integration. Then process JSON with python dictionary to deliver to frontend.
  • csrf token for form submission. Cross-site request forgery protection.
  • Use of bootstrap to be faithul to responsiveness

tags: POST method, url patterns

Created with:

django-admin startproject weatherproject

python manage.py startapp main

note: will require internet connection for frontend UI. uses CDN for frontend UI

sign-in functionality to be added

About

Web app to view detailed weather attributes of any location. Connecting third party API and clean responsive bootstrap rich UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published