From f8c46271d6e3035a4f68c508aa7f531536874fd2 Mon Sep 17 00:00:00 2001 From: Sharad Raj Date: Fri, 30 Apr 2021 16:55:13 +0530 Subject: [PATCH] Added RSS feed to JSON API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e53a486..1ca42f9a 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ API | Description | Auth | HTTPS | CORS | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown | +| [RSS feed to JSON](https://rss-to-json-serverless-api.vercel.app) | Returns RSS feed in JSON format using feed URL | No | Yes | Yes | | [Scraper.AI](https://docs.scraper.ai/#/) | Extract and monitor data from any website | `apiKey` | Yes | Unknown | | [ScraperApi](https://www.scraperapi.com) | Easily build scalable web scrapers | `apiKey` | Yes | Unknown | | [scrapestack](https://scrapestack.com/) | Real-time, Scalable Proxy & Web Scraping REST API | `apiKey` | Yes | Unknown |