https://github.com/ci7lus/tobiuo
Web-Push subscribe proxy for sea.
https://github.com/ci7lus/tobiuo
now-sh sea-sns typescript web-push
Last synced: about 1 month ago
JSON representation
Web-Push subscribe proxy for sea.
- Host: GitHub
- URL: https://github.com/ci7lus/tobiuo
- Owner: ci7lus
- License: mit
- Archived: true
- Created: 2019-06-14T07:09:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:59:48.000Z (over 2 years ago)
- Last Synced: 2025-03-23T18:17:40.765Z (3 months ago)
- Topics: now-sh, sea-sns, typescript, web-push
- Language: TypeScript
- Homepage: https://tobiuo.now.sh
- Size: 510 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tobiuo
Web-Push subscribe proxy for [sea](https://github.com/rinsuki/sea)
## Motive
[Web-Push を実装した](https://github.com/rinsuki/sea/pull/48)ので端末で購読したかったが iOS ではサポートされていないので、それをサーバーサイドで受け取って Slack / Discord の Webhook に変換してしまうことにした。
## Contributing
```sh
yarn
yarn dev
```## Env
| key | value |
| ------------- | -------------------------- |
| BRANCA_KEY | トークンのエンコード用キー |
| CLIENT_ID | sea の ClientID |
| CLIENT_SECRET | sea の ClientSecret |
| ENDPOINT | sea のエンドポイント |
| SECRET_KEY | koa のシークレットキー |