Skip to content

taothai/line-notify-nodejs

 
 

Repository files navigation

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!');
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%