From da2aaa6570bd3f3141d0ad1cdb654361fd7873ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edixon=20Pi=C3=B1a?= Date: Tue, 24 Jan 2023 10:16:28 -0400 Subject: [PATCH] Add HackerNews Node API (#87) Add HackerNews Node API to get articles about Node.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01ec200..bd09fd6 100644 --- a/README.md +++ b/README.md @@ -1222,6 +1222,7 @@ API | Description | Auth | HTTPS | CORS | | [Feedbin](https://github.com/feedbin/feedbin-api)| RSS reader | `OAuth`| Yes | Unknown | | [GNews](https://gnews.io/) | Search for news from various sources | `apiKey` | Yes | Yes | | [Graphs for Coronavirus](https://corona.dnsforfamily.com/api.txt)| Each Country separately and Worldwide Graphs for Coronavirus. Daily updates| No | Yes | Yes | +| [HackerNews Node](https://github.com/EdixonAlberto/api-hackernews-node) | Api to get related articles about Node.js in Hacker News | `apiKey` | Yes | No | | [Inshorts News](https://github.com/cyberboysumanjay/Inshorts-News-API) | Provides news from inshorts| No | Yes | Unknown | | [MarketAux](https://www.marketaux.com/)| Live stock market news with tagged tickers + sentiment and stats JSON API| `apiKey` | Yes | Yes | | [New York Times](https://developer.nytimes.com/) | The New York Times Developer Network | `apiKey` | Yes | Unknown |