This package has been deprecated
Author message:
use rf-context-builder
@surfingpikachu/context-builder
1.2.15 • Public • Published context-builder
a tool to help interface with multiple chat platforms/applications.
Supported Platforms
- Discord
- Twitch
- Twilio
- Github
- Transmission
- CarbonCopyCloner
var ContextBuilder = require('./index.js');
var twitch = new ContextBuilder.TwitchContext()
var discord = new ContextBuilder.DiscordContext()
var twilio = new ContextBuilder.TwilioContext()
console.log(twitch)
console.log(discord)
console.log(twilio)
More platforms coming soon
Install
npm i @surfingpikachu/context-builder
Weekly Downloads