Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trishume/indexview
Widget to graph historical stock indexes and compute stats.
https://github.com/trishume/indexview
canvas finance web-app
Last synced: 30 days ago
JSON representation
Widget to graph historical stock indexes and compute stats.
- Host: GitHub
- URL: https://github.com/trishume/indexview
- Owner: trishume
- License: mit
- Created: 2014-05-14T00:15:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T20:26:50.000Z (about 2 years ago)
- Last Synced: 2023-03-12T09:53:44.148Z (over 1 year ago)
- Topics: canvas, finance, web-app
- Language: JavaScript
- Homepage: http://thume.ca/indexView/
- Size: 239 KB
- Stars: 41
- Watchers: 6
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Index View
Widget to graph historical index fund data and show stats for different time ranges. Includes data from Robert Shiller on S&P 500, Housing prices, Long interest rates and more.
I haven't done javascript in a while so code is kind of ugly.
[Demo](http://thume.ca/indexView)
## Contributing
You can start up a development server for testing by:
1. Install Ruby and Bundler
2. Run `bundle install` to install the dependencies (mainly Jekyll the static site builder)
3. Run `bundle exec jekyll serve -w` to start up a development server that will watch for changes.
4. Commit and submit a pull request and I'll probably merge and deploy your contribution.Most of the code is in `_assets/javascripts/viewer.js`.