Weather project for CISC108. You can input a city name, which will then return recommend clothing to wear, based on that city's weather conditions.
Flask is used for user interaction and is required for operation.
To start the program, run "app.py". and navigate to http://127.0.0.1:5000/ (or the link/address returned in the terminal) where you can then input a city name in the textbox.