Skip to content

effinggames/financial-charts

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/effinggames/financial-scraper

Usage:

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

Env variables:
PORT: Sets the port the server listens on. <Defaults to 8000>
NODE_ENV: Set to 'production' for template caching.
DATABASE_URL: Postgres connection string (required)
GOOGLE_ANALYTICS_ID: Google analytics id

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