Skip to content

thewchan/stock-ticker-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Stock Ticker Visualization App

Hello! This little stock ticker visualization web app was created by Matt Chan as part of his adventure over the The Data Incubator Data Science Fellowship. This app was the on-boarding assignment prior to the beginning of the actual fellowship program. Check out the source code of the app here at Github, and see it live over at Heroku! Some skeleton file and code were provided by TDI themselves. The interactive visualization is powered by Bokeh, an open source interactive visualization Python library. The stock price time series data is provided by Alpha Vantage, who provides free APIs for financial trends. The website itself is powered by Flask, a micro web framework written in Python which is in turn powered by Jinja and Werkzeug, a template engine and a web server gateway interface toolkit, respectively. The CSS of the web app is powered by Pure.css, a set of CSS modules designed by Yahoo, with minor modification. The favicon was provided by Free Favicon. Enjoy!

Licence

A Simple Stock Ticker Visualization Web App Copyright (C) 2020 Matthew Chan

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Basic template for using Flask on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.1%
  • HTML 23.7%
  • Python 19.2%