0.2.4 • Published 3 years ago

ripe-twitch-api v0.2.4

Weekly downloads
312
License
Apache-2.0
Repository
github
Last release
3 years ago

RIPE Twitch API for Javascript

Javascript client for RIPE Twitch.

Initialization

import { API as RipeTwitchAPI } from "ripe-twitch-api";

const api = new RipeTwitchAPI();

The initialization can be done by providing an options object such as:

{
    baseUrl: "https://ripe-twitch.platforme.com/api/v1",
    token: "sd1029bfwef9adas+0feqefi"
}

License

RIPE Twitch API Javascript is currently licensed under the Apache License, Version 2.0.

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago