Push notifications to any device!
Make a POST request to send a notification:
curl --data 'text=<notification_text>&icon=<icon_url>' https://easypush.erindachtler.me/notify/<channel_id>
Or a more literal example:
curl --data 'text=Notification Text&icon=https://path.to/icon.png' https://easypush.erindachtler.me/notify/HZOArKxMwZpCXq8O