An open API service indexing awesome lists of open source software.

https://github.com/conoro/evening-echo-rss

Generate RSS feeds for various news pages on the Cork Evening Echo newspaper website
https://github.com/conoro/evening-echo-rss

Last synced: about 1 year ago
JSON representation

Generate RSS feeds for various news pages on the Cork Evening Echo newspaper website

Awesome Lists containing this project

README

          

# Evening Echo RSS
This Serverless function provides an RSS feed for each of the news pages on Cork's Evening Echo newspaper website.

## Installing and using
* Configure your AWS account
* Install Node.js 8+

```bash
git clone git@github.com:conoro/evening-echo-rss.git
cd evening-echo-rss
npm install -g serverless
npm install
serverless deploy
```
Then you access each RSS feed like so:

* https://url.of.serverless.function/dev/rss?page=https://www.eveningecho.ie/corknews
* https://url.of.serverless.function/dev/rss?page=https://www.eveningecho.ie/nationalnews
* https://url.of.serverless.function/dev/rss?page=https://www.eveningecho.ie/business

LICENSE Apache-2.0

Copyright Conor O'Neill 2018, conor@conoroneill.com