aminoapps-reapi
v1.0.0
Published
Unofficial client for working with rest-api aminoapps
Readme
AminoappsREAPI
Unofficial client for working with rest-api aminoapps.
import * as api from 'aminoapps-reapi'
let client: api.AminoClient = new api.AminoClient(
"[email protected]", //email addres
"password", //account password
"device_id" //your device id
client.onMessage((message: api.AminoMessage) =>
{
message.reply('Ok!')
})Installation
This is a Typescript module available through the npm registry.
If this is a brand new project, make sure to create a package.json first with
the npm init command.
Installation is done using the
npm install command:
$ npm i aminoapps-reapiDocs & Community
License
Modules
typescript@types/nodesync-requestws
