{"id":15945682,"url":"https://github.com/pjsier/push-page-diff","last_synced_at":"2025-10-29T09:31:28.722Z","repository":{"id":88910237,"uuid":"326077413","full_name":"pjsier/push-page-diff","owner":"pjsier","description":"Cloudflare Worker for subscribing to a browser push notification when an HTML page's content changes","archived":false,"fork":false,"pushed_at":"2021-03-09T03:10:44.000Z","size":269,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-21T23:25:17.795Z","etag":null,"topics":["cloudflare","cloudflare-workers","rust","wasm","web-push"],"latest_commit_sha":null,"homepage":"https://push-page-diff.pjsier.workers.dev/","language":"Rust","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/pjsier.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":"2021-01-02T00:02:51.000Z","updated_at":"2024-11-29T18:04:18.000Z","dependencies_parsed_at":"2023-06-13T02:45:43.493Z","dependency_job_id":null,"html_url":"https://github.com/pjsier/push-page-diff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fpush-page-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fpush-page-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fpush-page-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pjsier%2Fpush-page-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pjsier","download_url":"https://codeload.github.com/pjsier/push-page-diff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238800807,"owners_count":19532697,"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":["cloudflare","cloudflare-workers","rust","wasm","web-push"],"created_at":"2024-10-07T09:05:23.111Z","updated_at":"2025-10-29T09:31:23.397Z","avatar_url":"https://github.com/pjsier.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Page Diff Push Notifications\n\n[![Build status](https://github.com/pjsier/push-page-diff/workflows/CICD/badge.svg)](https://github.com/pjsier/push-page-diff/actions?query=workflow%3ACICD)\n\n[Cloudflare Worker](https://workers.cloudflare.com/) for subscribing to a browser push notification when an HTML page's content changes. You can see the live version at [push-page-diff.pjsier.workers.dev](https://push-page-diff.pjsier.workers.dev/).\n\nIncludes workarounds for customizing a webpack build in a Cloudflare Worker using Rust. Also includes a WASM-compatible setup for web push authentication and encryption.\n\n## Setup\n\nYou'll need Rust, node.js, and wrangler installed. You'll need to replace the account-specific values in `wrangler.toml` with your own. Install dependencies with:\n\n```\nnpm install\n```\n\nThen you'll need to generate keys for VAPID authentication by running:\n\n```\nnpm run keys\n```\n\nThen copy `.env.sample` to `.env` and fill in the output values for `VAPID_PUBLIC_KEY` and `VAPID_PRIVATE_KEY`. `VAPID_SUBJECT` should be a `mailto:` link to an email of your choice.\n\nRun the worker locally at [localhost:8787](http://localhost:8787) with:\n\n```\nwrangler dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Fpush-page-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpjsier%2Fpush-page-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpjsier%2Fpush-page-diff/lists"}