1.0.0-pre.2 • Published 7 years ago
notifier-service v1.0.0-pre.2
notifier-service
Simple HTTP service that exposes node-notifier API
Install
npm i notifier-service -gUsage
To start service (default port is 7777):
notifier-service ---port 7778Send GET or POST request to /notify with query/data
of appropriate format:
curl "localhost:7778/notify?title=Note&message=Hello%20world"Licence
WTF.