A push notification micro service with a RESTful API
supports three kinds of requests;
Sends notification immediately to client.
look at test/data.json for example
Sends notification at DateTime given in "alarm" to client.
look at test/alarm_data.json for example
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.