The purpose of this project is to build a Flask Framework in Python and learn to make use of ReST API. Also to improve the knowledge of web development tools such as HTML, CSS and Javascript.
$ pip install -U Flask
Step 2: Get your Open Weather API key
$ git clone <forked_repo_link>
$ cd weather-app/src
$ python app.py
Open a web browser and open the URL displayed in the command line to see the Home page. e.g. http://127.0.0.1:5000/
[1] Installing Flask: https://pypi.org/project/Flask/
[2] Open weather API: https://openweathermap.org/api
[3] Typed.js: https://github.com/mattboldt/typed.js/