All Projects → effinggames → financial-charts

effinggames / financial-charts

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

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
stylus
462 projects
Dockerfile
14818 projects

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].