Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

InkoHX/line-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

line-notify

This module makes it easy to use LINE Notify.

LICENCE GitHub repo size

Example of usage

import { LineNotify } from '@inkohx/line-notify'

const notify = new LineNotify('token here')

notify.send('Hello World')
  .catch(console.error)

Feature

  • MessageBuilder
    • setImage
    • setThumbnail
    • setNotification
    • setSticker
    • setMessage

About

This module makes it easy to use LINE Notify.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published