GitXplorerGitXplorer
k

compareStocks

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
72abe228c89a43724e233b2301003a629f7df224

Add ReadMe

kkevinnorris committed 8 years ago
Unverified
b8f2220f5a03deb7e071d84470f7ed317ae063e9

Add compression of only static files

kkevinnorris committed 8 years ago
Unverified
a7dac9767f91735d39f04eede7bb4f477ac1b5e7

Remove compression

kkevinnorris committed 8 years ago
Unverified
bfab33295f5dbd64121cc6594adfee84353a88fc

Replace static host string with dynamic

kkevinnorris committed 8 years ago
Unverified
b172512af9058fe6e69686907583e8b2e6f4ecd8

Add compression middleware

kkevinnorris committed 8 years ago
Unverified
11a71775e25d4a8b15c8a75a0d68be6af097ac40

Position footer at bottom of page always

kkevinnorris committed 8 years ago

README

The README file for this repository.

Compare Stocks

Compare historical stock data by percent change, price change or stock price. Add and remove stocks from the chart, and see real-time changes when other users add or remove stocks.

Link to app

Built using ES6, WebSockets, Express, Quandl for stock data, and HighCharts to display the data.

Installation

.env file

Create a .env file in the top level directory and add the following to it

QUANDL_API_KEY=
  • Register for a free Quandl api key

Running

You must have Nodejs installed on your machine.

  • npm install
  • npm start

License

MIT