/weather

A django app that allows you to view the weather

Primary LanguagePython

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.