{"id":18887707,"url":"https://github.com/bramus/chrome-for-developers-rss","last_synced_at":"2025-08-03T08:13:14.552Z","repository":{"id":211793694,"uuid":"727471397","full_name":"bramus/chrome-for-developers-rss","owner":"bramus","description":"Cloudflare Worker that generates RSS Feeds for developer.chrome.com","archived":false,"fork":false,"pushed_at":"2023-12-18T10:49:32.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T10:54:21.635Z","etag":null,"topics":["rss"],"latest_commit_sha":null,"homepage":"https://chrome-for-developers-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},"funding":{"github":"bramus","-custom":["https://www.paypal.me/bramus","https://www.bram.us/"]}},"created_at":"2023-12-04T23:38:57.000Z","updated_at":"2025-01-16T07:21:14.000Z","dependencies_parsed_at":"2024-11-08T07:50:30.599Z","dependency_job_id":null,"html_url":"https://github.com/bramus/chrome-for-developers-rss","commit_stats":null,"previous_names":["bramus/chrome-for-developers-rss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fchrome-for-developers-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fchrome-for-developers-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fchrome-for-developers-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bramus%2Fchrome-for-developers-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bramus","download_url":"https://codeload.github.com/bramus/chrome-for-developers-rss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248973401,"owners_count":21191960,"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:39:05.842Z","updated_at":"2025-04-14T22:34:05.790Z","avatar_url":"https://github.com/bramus.png","language":"JavaScript","funding_links":["https://github.com/sponsors/bramus","https://www.paypal.me/bramus","https://www.bram.us/"],"categories":[],"sub_categories":[],"readme":"# RSS Feeds for developer.chrome.com (Cloudflare Worker)\n\nThis repo contains a Cloudflare Worker that generates RSS Feeds for the various types of Dynamic Content that [https://developer.chrome.com/](https://developer.chrome.com/) 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://chrome-for-developers-rss.bramus.workers.dev/blog~~ _(redirects to the official https://developer.chrome.com/blog/feed.xml)_\n- Case Studies: https://chrome-for-developers-rss.bramus.workers.dev/case-studies\n- All: https://chrome-for-developers-rss.bramus.workers.dev/all\n\nWarning: the “all” feed is a very noisy one as it contains all changes to all pages – you’ll get an RSS entry for each and every change, no matter how big or small it was.\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://chrome-for-developers-rss.bramus.workers.dev/\n\n## Raw Data Feeds\n\n### Blog\n\n```bash\ncurl 'https://developer.chrome.com/_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### Case Studies\n\n```bash\ncurl 'https://developer.chrome.com/_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:case_study\",null,null,null,null,10,null,null,null,1]' \\\n  --compressed\n```\n\n### All\n\n```bash\ncurl 'https://developer.chrome.com/_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, \"tenant:chrome\", null, null, null, null, 100, null, null, null, 2, 1]' \\\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%2Fchrome-for-developers-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbramus%2Fchrome-for-developers-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbramus%2Fchrome-for-developers-rss/lists"}