{"id":18887688,"url":"https://github.com/bramus/web-dev-rss","last_synced_at":"2025-04-14T22:34:09.548Z","repository":{"id":200523210,"uuid":"705707324","full_name":"bramus/web-dev-rss","owner":"bramus","description":"Cloudflare Worker that generates RSS Feeds for web.dev","archived":false,"fork":false,"pushed_at":"2023-12-18T10:45:53.000Z","size":27,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T10:54:21.261Z","etag":null,"topics":["rss"],"latest_commit_sha":null,"homepage":"https://web-dev-rss.bramus.workers.dev/blog","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bramus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-16T14:37:18.000Z","updated_at":"2025-01-16T07:21:29.000Z","dependencies_parsed_at":"2023-12-18T11:51:09.873Z","dependency_job_id":null,"html_url":"https://github.com/bramus/web-dev-rss","commit_stats":null,"previous_names":["bramus/web-dev-rss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fweb-dev-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fweb-dev-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fweb-dev-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fweb-dev-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramus","download_url":"https://codeload.github.com/bramus/web-dev-rss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248973385,"owners_count":21191956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rss"],"created_at":"2024-11-08T07:38:59.381Z","updated_at":"2025-04-14T22:34:04.530Z","avatar_url":"https://github.com/bramus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS Feeds for web.dev (Cloudflare Worker)\n\nThis repo contains a Cloudflare Worker that generates RSS Feeds for the various types of Dynamic Content that [https://web.dev/](https://web.dev/) has. The worker parses the [raw data](#raw-data-feeds) and transforms them to [RSS 2.0](https://www.rssboard.org/rss-specification).\n\n## Live Endpoints\n\n- Blog: ~~https://web-dev-rss.bramus.workers.dev/blog~~ _(redirects to the official https://web.dev/blog/feed.xml)_\n- Articles: ~~https://web-dev-rss.bramus.workers.dev/articles~~ _(redirects to the official https://web.dev/articles/feed.xml)_\n- Case Studies: https://web-dev-rss.bramus.workers.dev/case-studies\n\n## Dev\n\n- `npm i`\n- `npm run dev`\n- Now go visit http://localhost:8787/\n\n## Deploy\n\n- `npm run deploy`\n- Now go visit https://web-dev-rss.bramus.workers.dev/\n\n## Raw Data Feeds\n\n### Blog\n\n```bash\ncurl 'https://web.dev/_d/dynamic_content' \\\n  -H 'accept: */*' \\\n  -H 'accept-language: en-US,en;q=0.9,nl;q=0.8,fr;q=0.7' \\\n  -H 'content-type: text/plain;charset=UTF-8' \\\n  --data-raw '[null,null,null,\"type:blog\",null,null,null,null,10,null,null,null,2]' \\\n  --compressed\n```\n\n### Articles\n\n```bash\ncurl 'https://web.dev/_d/dynamic_content' \\\n  -H 'accept: */*' \\\n  -H 'accept-language: en-US,en;q=0.9,nl;q=0.8,fr;q=0.7' \\\n  -H 'content-type: text/plain;charset=UTF-8' \\\n  --data-raw '[null,null,null,\"family_url:/articles\",null,null,null,null,10,null,null,null,2]' \\\n  --compressed\n```\n\n### Case Studies\n\n```bash\ncurl 'https://web.dev/_d/dynamic_content' \\\n  -H 'accept: */*' \\\n  -H 'accept-language: en-US,en;q=0.9,nl;q=0.8,fr;q=0.7' \\\n  -H 'content-type: text/plain;charset=UTF-8' \\\n  --data-raw '[null,null,null,\"keyword:casestudy\",null,null,null,null,10,null,null,null,2]' \\\n  --compressed\n```\n\n## License\n\nThis project is released under the MIT public license. See the enclosed `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramus%2Fweb-dev-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramus%2Fweb-dev-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramus%2Fweb-dev-rss/lists"}