https://github.com/conoro/hse-digital-blog-rss
Provides an RSS feed for the Health Service Executive's Digital Blog
https://github.com/conoro/hse-digital-blog-rss
Last synced: about 1 year ago
JSON representation
Provides an RSS feed for the Health Service Executive's Digital Blog
- Host: GitHub
- URL: https://github.com/conoro/hse-digital-blog-rss
- Owner: conoro
- License: apache-2.0
- Created: 2020-09-14T11:56:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T12:02:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T09:48:27.528Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HSE Digital Blog RSS
This Serverless function provides an RSS feed for the Health Service Executive's Digital Blog.
## Installing and using
* Configure your AWS account and make sure your credentials are accessible on your computer
* Install Node.js 12+
```bash
git clone git@github.com:conoro/hse-digital-blog-rss.git
cd hse-digital-blog-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.hse.ie/eng/about/who/communications/digital/blog/
```
LICENSE Apache-2.0
Copyright Conor O'Neill 2020, conor@conoroneill.com