Wednesday 19 July 2017

Need tutorial for calling external APIs

All the tutorials I can find for nodejs only show how to start a simple server with some REST-API's for the frontend and how to get data from the DB.But what still don't know how to do is how to collect data from external API's via the nodejs server. What I mean by that: I want to fill the DB with data from multiple Social Media Platforms. Calling several API's multiple times every second (or some other interval) for some real time statistics. Are there any tutorials that teach how to call other API's from nodejs infinitely? Or what keywords should i use while searching?

Submitted July 19, 2017 at 11:40AM by ahjaok

No comments:

Post a Comment