line-notify
v1.0.0
Published
The simplest LINE Notify CLI
Downloads
8
Readme
line-notify
Install
$ npm install line-notify -g
Usage
Set your LINE token.
$ line-notify config -t <token>
Then, send notification "Yo!".
$ line-notify
You can customize your message.
$ line-notify "Customized message"