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

https://github.com/conoro/wmra-rss

RSS feed for World Mountain Running Association news page
https://github.com/conoro/wmra-rss

Last synced: about 1 year ago
JSON representation

RSS feed for World Mountain Running Association news page

Awesome Lists containing this project

README

          

# WMRA RSS
This Serverless function provides an RSS feed for the World Mountain Running Association (WMRA) news page

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

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

* https://url.of.serverless.function/dev/rss

LICENSE Apache-2.0

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