We have developed a system which integrates with RapidAPI and caches the response.
a. /get_analysis
http://localhost:8080/get_analysis?symbol=AMRN®ion=US
b. /get_news
http://localhost:8080/get_news?q=tesla®ion=US
Caching is achieved using apiCache.
Cache Duration Can be managed from .env file.
Current Cache Duration Is 5 Minutes
Use the npm package manager to install the project dependencies
npm install
Run npm start to spin up the node server.
npm start