Skip to content

suanmeiguo/financial-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial-Chart

Chart for "Stock Asset Allocation vs Annualized 10-year SPX Return".

Using node, express, highcharts, angular.

Displays data generated from here: https://github.com/robgraeber/financial-scraper

Usage:

git clone https://github.com/robgraeber/financial-chart.git && cd financial-chart
npm install
(setup env variables)
npm start

Env variables:
NODE_ENV: Set to 'production' for template caching
DATABASE_URL: Postgres connection string (required)

Gulp Tasks:
gulp clean: Cleans the /public folder and all compiled assets
gulp default: Compiles the js / css without minifying / compressing
gulp watch: Watches the js, css, and image files for changes to recompile
gulp build: Compiles, minifies, and compresses the assets (for production)

About

Stock Asset Allocation vs Annualized 10-year SPX Return. (Website)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.8%
  • HTML 11.3%
  • CSS 5.9%