An open API service indexing awesome lists of open source software.

https://github.com/zelenko/stock-portfolio

Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.
https://github.com/zelenko/stock-portfolio

Last synced: 5 months ago
JSON representation

Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.

Awesome Lists containing this project

README

          

# stock-portfolio
Stock portfolio web app that allows users to input stock symbols and view open/high/low/close price of the symbol.

## Start the SERVER on port 8080
* `npm install`
* `npm start`

## Start the CLIENT on port 80
* `npm install`
* `npm start`