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
- Host: GitHub
- URL: https://github.com/conoro/evening-echo-rss
- Owner: conoro
- License: apache-2.0
- Created: 2018-09-08T09:23:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T07:18:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T09:48:26.795Z (over 1 year ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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