Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

Weather_App

The application enables you to view current weather status according to your search location.

By default Weather_App requires Python v3+ installed. Refer to python Documentation for help on installation and troubleshooting

Install the requirements and start the server.

Languages, APIs & Frameworks Used

  • CSS - For Frontend styling
  • Bulma - Lovely open source CSS Framework
  • Django - Python web framework in Backend development
  • Open Weather Map API - Free simple to use application programming interface by the the open weather map organization.

Installation

$ clone or download the weather_app
$ Change directory by the (CD Command) to be in the project root folder
$ Run the command (python manage.py runserver) to start server

todo:

  • auto-delete user search query after 0.0125 hr
  • improve the user interface
  • include openlayer api to enhance geodata capabilities