To be used with CueControlCloud.
Currently this will only run with the Pebble app.
To avoid using the Pebble app, simply add update()
with your stock symbol of choice in server.js
.
To set up the repo and run the program, enter the following into cammand line:
$ npm install
$ npm start
Name | Version |
---|---|
async | 2.1.2 |
cue-sdk-node | 1.2.0 |
dotenv | 2.0.0 |
express | 4.14.0 |
lodash | 3.10.1 |
nodemon | 1.11.0 |
request | 2.78.0 |
request-promise | 4.1.1 |
sleep | 5.0.0 |
socket.io-client | 1.5.1 |
xml2json | 0.10.0 |
The Nasdaq API is not open source so you will not be able to make get requests. We are currently looking into using a different API.