Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 838 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 838 Bytes

BUY! BUY! BUY!

preview

This is a reactive historical stock return web app that returns the current value and dividends of an investment based on year. If you didn't invest, then it's just the money you would have made :(. It charts the pricing data using Chart.js.

You'll need an Alpha Vantage API key here to plug into nuxt.config.js or set as environment variable API_KEY_ALPHA_VANTAGE.

Build Setup

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate