Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

bytesworm/WeatherCast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherCast

Weather app on django framework that shows weather forecast

Application capabilities:

  • User registration and authorization
  • Location Search
    • Current temperature
    • Icon for weather conditions
    • 12 hour weather forecast starting from the current local time
  • Favorite places
    • Add or remove place from favorites
    • 6 hour weather forecast for selected place with weather conditions icons
User status / Functions Authorized Non-authorized
Location Search
Favorite places

Requirements

Modules needed to run the application

pip install -r requirements.txt

Running

Standard run django Web Application

python manage.py runserver

Built With

  • Django - The web framework used
  • Python - Language used
  • SASS - CSS Preprocessor

Authors

  • Deadshumz - Initial work - github

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

 
 
 

Contributors