Unofficial client for working with rest-api aminoapps.
import*asapifrom'aminoapps-reapi'letclient: api.AminoClient=newapi.AminoClient("address@gmail.com",//email addres"password",//account password"device_id"//your device idclient.onMessage((message: api.AminoMessage)=>{message.reply('Ok!')})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-reapitypescript@types/nodesync-requestws