https://github.com/conoro/corkcoco-news-rss
Provide an RSS feed from the Cork County Council news page
https://github.com/conoro/corkcoco-news-rss
Last synced: 6 days ago
JSON representation
Provide an RSS feed from the Cork County Council news page
- Host: GitHub
- URL: https://github.com/conoro/corkcoco-news-rss
- Owner: conoro
- License: apache-2.0
- Created: 2019-10-03T07:39:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T15:47:02.000Z (almost 4 years ago)
- Last Synced: 2025-06-06T01:03:57.448Z (about 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cork County Council RSS
This Serverless function provides an RSS feed for the news page on Cork County Council's website. That currently resides at https://www.corkcoco.ie/en/news
## Installing and using
* Configure your AWS account
* Install Node.js 10.x
```bash
git clone git@github.com:conoro/corkcoco-news-rss.git
cd corkcoco-news-rss
npm install -g serverless
npm install
serverless deploy
```
Then you access the RSS feed like so:
* https://url.of.serverless.function/dev/rss?page=https://www.corkcoco.ie/en/news
(Page has been kept as a parameter in case they move the news URL)
LICENSE Apache-2.0
Copyright Conor O'Neill 2019, conor@conoroneill.com