https://github.com/splitbrain/cloudflare-prusa-rss
cloudflare worker to get my prusaprinter models as RSS
https://github.com/splitbrain/cloudflare-prusa-rss
Last synced: about 1 year ago
JSON representation
cloudflare worker to get my prusaprinter models as RSS
- Host: GitHub
- URL: https://github.com/splitbrain/cloudflare-prusa-rss
- Owner: splitbrain
- Created: 2021-04-05T15:10:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T13:24:41.000Z (about 2 years ago)
- Last Synced: 2025-02-28T20:04:27.491Z (over 1 year ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Printables.org RSS Feed CloudFlare Worker
This is a simple CloudFlare worker which will query Printable's GraphQL API for my latests 3D model releases and return it as an RSS Feed. When called with /makes it returns my latest makes.
If you want to use it yourself, clone the repo and change the `USER` variable in `src/index.js` to match your user ID, then deploy it as a cloudflare worker.
## Notes for myself:
Use `npm install` for the dependencies.
* `npm run start` spins up a local dev environment
* `npm run deploy` updates the worker at cloud flare