Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 615 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 615 Bytes

Voice

A push notification micro service with a RESTful API

supports three kinds of requests;

put voice/voice_to

Sends notification immediately to client.

look at test/data.json for example

put voice/voice_at

Sends notification at DateTime given in "alarm" to client.

look at test/alarm_data.json for example

delete voice/:reference

Request to delete scheduled notification event with B64 encoded reference string representation.

This project is intended for private use. Regarding security, the private vapid key is never to be sent over any public network and is only to be sent on localhost.