effinggames / financial-charts

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

Home Page:http://financial-charts.effingapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

http://financial-charts.effingapp.com/


Languages

Language:JavaScript 79.8%Language:HTML 12.9%Language:Stylus 6.5%Language:Dockerfile 0.9%