Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gargron/tusky-api
Node.js server that proxies Mastodon notifications to an app's push notifications through Firebase Cloud Messaging
https://github.com/Gargron/tusky-api
mastodon
Last synced: 3 months ago
JSON representation
Node.js server that proxies Mastodon notifications to an app's push notifications through Firebase Cloud Messaging
- Host: GitHub
- URL: https://github.com/Gargron/tusky-api
- Owner: Gargron
- Created: 2017-03-11T20:00:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T15:23:01.000Z (over 7 years ago)
- Last Synced: 2024-04-15T06:51:10.560Z (7 months ago)
- Topics: mastodon
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 19
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tusky API server
================This server proxies notification from the Mastodon API to Firebase push notifications for users of the Tusky app. The Tusky app registers a device with some metadata, and the server connects to the Mastodon streaming API on behalf of the device user.
- `SERVER_KEY`: Firebase server API key
- `PORT`: Port to run the HTTP server on (defaults to 3000)This server **should run behind HTTPS**.
Docker configuration included for convenience.