https://github.com/conoro/qvc-newsroom-rss
Unofficial QVC News page RSS feed
https://github.com/conoro/qvc-newsroom-rss
Last synced: 9 months ago
JSON representation
Unofficial QVC News page RSS feed
- Host: GitHub
- URL: https://github.com/conoro/qvc-newsroom-rss
- Owner: conoro
- License: apache-2.0
- Created: 2022-11-21T09:04:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T09:11:48.000Z (over 3 years ago)
- Last Synced: 2025-06-03T03:12:46.454Z (about 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QVC newsroom RSS
This Serverless function provides an RSS feed for the QVC news page.
## Installing and using
* Configure your AWS account
* Install Node.js 18+
```bash
git clone git@github.com:conoro/qvc-newsroom-rss.git
cd qvc-newsroom-rss
npm install -g serverless
npm install
serverless deploy
```
Then you access the RSS feed like so:
* https://url.of.serverless.function/
LICENSE Apache-2.0
Copyright Conor O'Neill 2022, conor@conoroneill.com