Link Search Menu Expand Document Moon Sun
Table of contents
  1. Headlines News API
    1. Download the flow

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.

Example headlines flow

Download the flow