Skip to content

A sample REST API written in Node.js able to retrieve live stock ticker prices from Nasdaq exchange market.

License

Notifications You must be signed in to change notification settings

vbarzokas/stock-exchange-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock exchange reader

A dockerized setup of

  • a node.js REST API able to retrieve live stock ticker prices from Nasdaq exchange market.
  • a Redis Cluster environment, used for short-term caching and speeding up the API responses.

Requirements:

Installing/Running

docker-compose up

By default the application will be started on port 8080. This is configurable via the config.js file of the app.

Example

curl  127.0.0.1:8080/live/aapl

Notes

  • For further information about running and testing the node.js application please check the README file inside the app folder.

About

A sample REST API written in Node.js able to retrieve live stock ticker prices from Nasdaq exchange market.

Topics

Resources

License

Stars

Watchers

Forks