/WhenWillItRain

HackWestern 4 submission. Web app made with Flask, Materialize, and The Weather Network API. Shows the current and future precipitate status of a city in a minimalist graphical interface.

Primary LanguageJavaScript

WhenWillItRain

To install

From terminal or command prompt, make sure your current working direcory is the one with this README file.

If you haven't already, install the latest version of Python (3.6.x) and make sure the commands 'python --version' and 'pip --version' works.

Enter the following commands: pip install Flask export FLASK_APP="flask_app.py" (for linux) set FLASK_APP="flask_app.py" (for windows)

To run

Enter the following command: flask run

Navigate to localhost:5000 in Firefox or Chrome