line-notify-nodejs

1.0.1 • Public • Published

LINE Notify Node.js

LINE Notify APIのNode.jsライブラリです。

Install

$ npm install line-notify-nodejs

How to Use

  1. 下記ページでトークンを発行する

  2. トークンを使用して通知を送信する

const lineNotify = require('line-notify-nodejs')('LINE NOTIFY TOKEN HERE');

lineNotify.notify({
  message: 'send test',
}).then(() => {
  console.log('send completed!');
});

Readme

Keywords

none

Package Sidebar

Install

npm i line-notify-nodejs

Weekly Downloads

307

Version

1.0.1

License

ISC

Unpacked Size

9.92 kB

Total Files

7

Last publish

Collaborators

  • takahiromitsuoka0423
  • tmitsuoka0423