EZHacks2021 hackathon at Simon Fraser University.
We built a web app. It is live at http://ezhacks2021.strangled.net.
All our code was written in python. We got the data from finnhub. We used dataprep to pull the data. We used matplotlib to create the plots. We created the site using flask. The site allows you to view the graphs and the data that we used.
Requirements:
To run the site on DigitalOcean, use the following command(s):
# run the image
docker run -p 80:80 --name ezhacks-app -d nathanesau/ezhacks:ezhacks-app