-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ParadiseFallen edited this page Aug 10, 2020
·
3 revisions
Unofficial client for working with rest-api Aminoapps.
$ npm i aminoapps-reapi
import * as api from 'aminoapps-reapi'
let client: api.AminoClient = new api.AminoClient(
'[email protected]',
'password',
'device_id') client.onMessage((message)=>{
message.reply('reply text message')
})
This repository was based on https://github.com/beryll1um/amino.ts