API service for checking NASDAQ stock prices.
npm install
npm start
Retrieve stock price:
GET /api/stock-prices?stock=GOOG
Retrieve up to 2 stock prices:
GET /api/stock-prices?stock=GOOG&stock=MFST
Like a stock:
GET /api/stock-prices?stock=GOOG&like=true
Query one stock price:
{"stockData": {"stock": "GOOG", "price": 2448.89, "likes": 9}}
Query two stock prices:
{"stockData": [{"stock": "GOOG", "price": 2448.89, "likes": 9}, {"stock": "MFST", "price": 271.89, "likes": 5}]}
npm run test
👤 RasbeeTech
- Website: linkedin.com/in/mykalbailey/
- Github: @RasbeeTech
Give a ⭐️ if this project helped you!
Copyright © 2021 RasbeeTech.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator