1.1.1 • Published 7 years ago

twitch-api-promise v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

twitch-api-promise

An npm module to talk to the Twitch.tv API using promises.

Installation

This package is distributed via npm:

npm install twitch-api-promise

Usage

import TwitchAPI from 'twitch-api-promise';

TwitchAPI.init({client_id: 'MY_CLIENT_ID'});

TwitchAPI.getUser()
.then(result => {
    console.log({user: result.data});
});
1.1.1

7 years ago

1.1.0

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago