playline-oa
v1.0.4
Published
This library is going to make you easier to send notification
Readme
Notification Easy
This library is going to make you easier to send notification
- Line Messaging Notification (Line OA) (✅)
- Discord Notification (in progress) (🔴)
- Telegram Notification (in progress) (🔴)
Code Section
Typescript, Javascript Simple api_key : https://whanjeabs.online line_channel_access : https://developers.line.biz/en/ to : In line chat use command -getId line will return channel room message : something you want to sent
let line = new Whanjeabs({api_key: 'your_api_key', channel_access: 'line_channel_access'})
line.push('to', 'message')