0.2.0 • Published 2 years ago
@sliveapp/twitch-ident v0.2.0
Slive App - Twitch Identity
Twitch Identity Helper Functions
Setup
npm install @sliveapp/twitch-ident
Usage
import { getChannels } from '@sliveapp/twitch-ident';
const channels = await getChannels(
{
broadcaster_id: '141981764'
},
{
accessToken: '...',
clientId: '...',
},
);