ts-teamup
v0.0.4
Published
Typescript wrapper for https://tmup.com
Readme
TeamUP API
Description
TeamUP API Wrapper for nodejs
Installation
$ npm install ts-teamup
or
$ yarn add ts-teamupUsage
const bot = new TeamUP(); // Create Bot Client
...
bot.addHandler(EventType, callback); // add event handler
...
bot.run(auth); // start bot with authentication info
