Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 832 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 832 Bytes

North Loop RapidAPI Integration

We have developed a system which integrates with RapidAPI and caches the response.

1. It consists of 2 endpoint, these API endpoints are accesible on localhost from

a. /get_analysis

http://localhost:8080/get_analysis?symbol=AMRN&region=US

b. /get_news

http://localhost:8080/get_news?q=tesla&region=US

Caching

Caching is achieved using apiCache.

Cache Duration Can be managed from .env file.

Current Cache Duration Is 5 Minutes

Installation

Use the npm package manager to install the project dependencies

npm install

Usage

Run npm start to spin up the node server.

npm start

License

MIT