TeamUP API Wrapper for nodejs
$ npm install ts-teamup
or
$ yarn add ts-teamup
const bot = new TeamUP(); // Create Bot Client
...
bot.addHandler(EventType, callback); // add event handler
...
bot.run(auth); // start bot with authentication info
TeamUP API Wrapper for nodejs
$ npm install ts-teamup
or
$ yarn add ts-teamup
const bot = new TeamUP(); // Create Bot Client
...
bot.addHandler(EventType, callback); // add event handler
...
bot.run(auth); // start bot with authentication info