Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexendoo/web-push-go
https://github.com/alexendoo/web-push-go
wip
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexendoo/web-push-go
- Owner: Alexendoo
- License: mit
- Created: 2018-01-02T18:44:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T16:18:00.000Z (about 7 years ago)
- Last Synced: 2023-03-21T10:09:32.457Z (almost 2 years ago)
- Topics: wip
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-push-go [![Build Status]][ci-url] [![GoDoc]][doc-url]
[ci-url]: https://travis-ci.org/Alexendoo/web-push-go
[Build Status]: https://travis-ci.org/Alexendoo/web-push-go.svg?branch=master
[doc-url]: https://godoc.org/github.com/Alexendoo/web-push-go/webpush
[GoDoc]: https://godoc.org/github.com/Alexendoo/web-push-go?status.svg### TODO before release
- More docs
- [Examples](https://golang.org/pkg/testing/#hdr-Examples)
- Move verification from encoding back into encrypt()
- ~~Configurable TTL, etc -- options object?~~
- ~~VAPID~~
- E2E test
- ~~Review public API, webpush.New() and~~ webpush.Send()?
- Opt in > 4096 bytes + default error?
- Move URL to be an actual URL