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: about 1 month 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: 2024-07-08T03:58:14.000Z (7 months ago)
- Last Synced: 2024-12-10T10:02:31.086Z (about 2 months ago)
- Topics: canvas, finance, web-app
- Language: JavaScript
- Homepage: http://thume.ca/indexView/
- Size: 239 KB
- Stars: 41
- Watchers: 7
- Forks: 11
- Open Issues: 8
-
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`.