An open API service indexing awesome lists of open source software.

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.

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 のシークレットキー |