bzarras / newsapi

A promise-based node interface for NewsAPI
MIT License
144 stars 39 forks source link

Upstream issue with NewsAPI #42

Open limegorilla opened 2 years ago

limegorilla commented 2 years ago

Seems like NewsAPI itself is not returning titles or news content data at the moment. Example response:

{
    "status": "ok",
    "totalResults": 35,
    "articles": [
        {
            "author": null,
            "source": {
                "Id": null,
                "Name": "Telegraph.co.uk"
            },
            "publishedAt": "2022-07-22T06:22:00Z",
            "url": "https://www.telegraph.co.uk/athletics/2022/07/22/dina-asher-smith-claims-bronze-race-among-best-have-ever-seen/"
        },
{...}
Hiro-nari commented 2 years ago

me too. I'm facing same problem.

caprica-Six commented 2 years ago

Same issue here, seems data's been changed... 'description' & 'urlToImage' are missing

Hiro-nari commented 2 years ago

not working when node.js ...