0.2.0 • Published 2 years ago

@sliveapp/twitch-ident v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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: '...',
  },
);
0.2.0

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago