notifier-service
v1.0.0-pre.2
Published
> Simple HTTP service that exposes [node-notifier](https://github.com/mikaelbr/node-notifier) API
Readme
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.
