Table of contents
Headlines News API
Here is a flow to get the latest headlines of a country. We used the newsapi.org api. If you want to use that flow, you need to get a free api key from newsapi.org.
Then you need to install the node node-red-contrib-queue-gate.
After installing the node, import the flow from our github repository
Open the node “get news for DE” and update the URL. Actually the URL looks like this:
https://newsapi.org/v2/top-headlines?country=de&apiKey=PUT_YOUR_API_KEY_HERE
After country=
insert the letters of a country like “de” for germany oder “us” for USA.
After apiKey=
insert your api key from newsapi.org.