1.0.0 • Published 4 years ago

aminoapps-reapi v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

AminoappsREAPI

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

import * as api from 'aminoapps-reapi' 
let client: api.AminoClient = new api.AminoClient(
    "address@gmail.com", //email addres
    "password", //account password
    "device_id" //your device id
    client.onMessage((message: api.AminoMessage) => 
    {
        message.reply('Ok!')
    })

How to get device id

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-reapi

Docs & Community

License

MIT

Modules

  • typescript
  • @types/node
  • sync-request
  • ws
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago