Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Create nodejs-quote-rest-api #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ecommerce-technician
Copy link

Nodejs REST api endpoint

  • adds piping to consume data from markit data
  • uses express & request
  • is GET for demo but should be refactored to POST
  • expects query value to be sent to /api/v1/markit/search/quote/:ticker

To run the endpoint

npm init
npm install express --save
npm install request --save
npm install forever -g --save
forever markitSearch.js
localhost:5000/api/v1/markit/search/quote/sbux

## Nodejs REST api endpoint
 - adds piping to consume data from markit data
 - uses express & request
 - is GET for demo but should be refactored to POST
 - expect query value
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant