/escapade.js

Escapade API bindings

Primary LanguageTypeScript

Escapade.JS SDK

NPM | GitHub | Documentation

Example

import EscapadeClient from 'escapade.js'
const client = new Client({ token: 'YOUR TOKEN HERE' })

client.once('start', () => {
    client.sync()
    client.say('Connected!')
})

await client.connect('WORLD ID')

Installation

npm i --save escapade.js

Contributing

See Pull Request #3 to contribute to the code base and Pull Request #2 to contribute organizational/ other matters.