https://github.com/wclr/notifier-service
Notify like a boss
https://github.com/wclr/notifier-service
a boss like notify
Last synced: 7 months ago
JSON representation
Notify like a boss
- Host: GitHub
- URL: https://github.com/wclr/notifier-service
- Owner: wclr
- Created: 2017-06-08T19:07:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T19:38:49.000Z (over 8 years ago)
- Last Synced: 2025-01-11T15:47:24.622Z (9 months ago)
- Topics: a, boss, like, notify
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# notifier-service
> Simple HTTP service that exposes [node-notifier](https://github.com/mikaelbr/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](https://github.com/mikaelbr/node-notifier#cross-platform-advanced-usage):
```
curl "localhost:7778/notify?title=Note&message=Hello%20world"
```## Licence
WTF.