@sliveapp/twitch-ident
v0.2.0
Published
Twitch Identity Helper Functions
Downloads
6
Readme
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: '...',
},
);