y297374507 / weather

A django app that allows you to view the weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

Weather is a django app allow you to view the weather

Installation

  • Clone for the repository:
git clone https://github.com/stateman24/weather.git
  • Install dependencies:
pip install -r requirment.txt
  • Apply migrations:
python manage.py migrate
  • Run the server
python manage.py runserver

Features

  1. Allow Users to view the current weather of a location
  2. Allow user to add a new location to view the current weather of that location
  3. Allow user to view the weather forecast of the available location

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/awesome-feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin feature/awesome-feature)
  6. Create a new Pull Request

Feel free to customize it further based on your app's specific features and needs.

About

A django app that allows you to view the weather


Languages

Language:Python 50.2%Language:HTML 41.7%Language:JavaScript 7.9%Language:CSS 0.2%