typetalk-js Install $ npm i typetalk Example Usage Using Bot’s Typetalk Token const Typetalk = require('typetalk'); const bot = new Typetalk.Bot({ env.process.TYPETALK_TOKEN }); bot.postMessage({ message: 'Hello, world!' });