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

https://github.com/michaelkourlas/voipms-sms-push-notifications

IBM Cloud Function used to implement push notifications for VoIP.ms
https://github.com/michaelkourlas/voipms-sms-push-notifications

cloudflare-workers firebase-cloud-messaging javascript sms voip voip-ms

Last synced: 10 months ago
JSON representation

IBM Cloud Function used to implement push notifications for VoIP.ms

Awesome Lists containing this project

README

          

# Cloudflare Worker for VoIP.ms SMS #

## Overview ##

This is a simple Cloudflare Worker that enables push notifications on
devices running [VoIP.ms SMS](https://github.com/michaelkourlas/voipms-sms-client)
by forwarding SMS callbacks for a particular DID from VoIP.ms.

## Features ##

To protect the privacy of VoIP.ms SMS users, when receiving a callback for a
DID, the function simply sends an empty message to a Firebase Cloud Messaging
topic equal to that DID. It does not process or store the text of individual
messages.

## Usage ##

Consult the [Cloudflare Workers documentation](https://developers.cloudflare.com/workers/)
for information on how to use Cloudflare Workers. You will have to rebuild
VoIP.ms SMS from source in order to use your own Cloudflare Worker.

## License ##

Cloudflare Worker for VoIP.ms SMS is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).