Repository on GitHub for project: The Aviator Navigator
Names of team members: Brian Palomar, Nick Mederos, Vicente Valencia
Class: CST-205-01
Date: May 19, 2022
How to run program:
First you'd like to download the templates folder, static folder and the playlist.py file
Mac:
export FLASK_APP=playlist.py
export FLASK_DEBUG=1
flask run
Link to GitHub repository: https://github.com/9brian/CST-205-Project-7327
Future work:
Working on visuals (Javascript, better html)
Featuring
Description: We have constructed a flask application that is capable of giving the user a detailed
weather report based on their entered location.
It is able to do this through the use of an API from Herouku a free API website mentioned in class.
For our code we used a combination of python, html, and css which required a great deal of research
and careful planning on all our parts seeing as we are largely inexperienced with all three.