Skip to content
ParadiseFallen edited this page Aug 10, 2020 · 3 revisions

Welcome to the AminoappsREAPI wiki!

alt tag Unofficial client for working with rest-api Aminoapps.

Quick start

  • Instalation

$ npm i aminoapps-reapi

  • Client init

import * as api from 'aminoapps-reapi' 
let client: api.AminoClient = new api.AminoClient(
    '[email protected]',
    'password',
    'device_id')    
  • Answer on message

client.onMessage((message)=>{
   message.reply('reply text message')
})

   

This repository was based on https://github.com/beryll1um/amino.ts

Clone this wiki locally