Skip to content

Experience Awesome Weather, Accurate forecasts, global tracking, and personalized alerts. Built with Django, Bootstrap, and Vercel for a seamless weather experience.

License

Notifications You must be signed in to change notification settings

Arvind-4/weather

Repository files navigation

weather

"Experience AwesomeWeather, Accurate forecasts, global tracking, and personalized alerts. Built with Django, Bootstrap, and Vercel for a seamless weather experience."

📦 Tech Stack:

  • Django - Django makes it easier to build better web apps more quickly and with less code.
  • Bootstrap - Build fast, responsive sites with Bootstrap.
  • Vercel - Vercel's Front end Cloud provides the developer experience and infrastructure to build, scale, and secure a faster, more personalised Web.

Demo:

Home Page Auto Complete Result Page

Getting Started:

  • Clone repository
mkdir ~/Dev/weather -p
cd ~/Dev/weather
git clone https://github.com/Arvind-4/weather.git .
  • Install Dependencies:
cd ~/Dev/weather
python3.8 -m pip install virtualenv
python3.8 -m virtualenv . 
source bin/activate
pip install -r requirements.txt
  • Create .env file: Add Your Credentials .env from sample.env:
DJANGO_SECRET_KEY=
DJANGO_DEBUG=1
DJANGO_WEATHER_API_KEY=

Get your Secret key from:

python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())'
  • Run Server:
cd ~/Dev/weather
python manage.py runserver

Open localhost:8000 in your favourite browser :)

About

Experience Awesome Weather, Accurate forecasts, global tracking, and personalized alerts. Built with Django, Bootstrap, and Vercel for a seamless weather experience.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published