An open API service indexing awesome lists of open source software.

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

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.