https://github.com/hieyou1/test-push
Simple site to test the Web Push API.
https://github.com/hieyou1/test-push
web-push web-push-notification
Last synced: 5 days ago
JSON representation
Simple site to test the Web Push API.
- Host: GitHub
- URL: https://github.com/hieyou1/test-push
- Owner: hieyou1
- License: mit
- Created: 2026-04-23T00:20:49.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-23T01:20:07.000Z (about 1 month ago)
- Last Synced: 2026-04-23T02:23:35.028Z (about 1 month ago)
- Topics: web-push, web-push-notification
- Language: TypeScript
- Homepage: https://push.mikeylab.com/
- Size: 162 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test-push
Simple site to test the [Web Push API](https://developer.mozilla.org/en-US/docs/Web/API/Push_API).
## Usage
1. Go to [push.mikeylab.com](https://push.mikeylab.com) and register.
2. Make a valid Web Push request to the endpoint shown - just pass through the [options](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/showNotification), optionally with a value for the `title` key.
In case you don't have push infrastructure ready, the [web-push CLI](https://github.com/web-push-libs/web-push#command-line) works well and is easy to set-up - a CLI command builder is built into the site to make it easier to send test notifications.
## License
MIT