Cloudflare worker to watch RSS feeds and post updates to Discord webhooks
at main 15 lines 409 B view raw
1{ 2 "name": "bzzrt", 3 "version": "1.0.0", 4 "description": "Discord webhook which polls RSS feeds for changes and posts updates to channels", 5 "license": "MIT", 6 "author": "Dietrich Ayala <me@burrito.space> (https://metafluff.com/)", 7 "type": "module", 8 "main": "index.js", 9 "scripts": { 10 "test": "echo \"Error: no test specified\" && exit 1" 11 }, 12 "dependencies": { 13 "feedsmith": "^2.9.0" 14 } 15}