Self hosted push notifications
A self hosted notification server without google cloud messaging, firebase cloud messaging or apple push notification service.
The driving force behind this project is my need for a tool that:
This project is under development, it is not ready for production use yet.
To send a notification from bash:
echo '{"service_token":"xyz","title":"Testing","text":"notification message"}' | curl -H "Content-Type: application/json" -XPOST -d @- http://localhost:4000/api/messages
In order to get iris to work you need to install the emqttd server first.
You can find the instructions here.
TODO
TODO
Iris in Greek mythology was one of the messengers of the Olympian gods.
This project is licensed under the MIT License - see the LICENSE.md file for details