1.0.0-pre.2 • Published 7 years ago

notifier-service v1.0.0-pre.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

notifier-service

Simple HTTP service that exposes node-notifier API

Install

npm i notifier-service -g

Usage

To start service (default port is 7777):

notifier-service ---port 7778

Send GET or POST request to /notify with query/data of appropriate format:

curl "localhost:7778/notify?title=Note&message=Hello%20world"

Licence

WTF.