Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 712 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 712 Bytes

TeamUP API

Description

TeamUP API Wrapper for nodejs

Installation

$ npm install ts-teamup
or
$ yarn add ts-teamup

Usage

const bot = new TeamUP(); // Create Bot Client

...
bot.addHandler(EventType, callback); // add event handler
...

bot.run(auth); // start bot with authentication info