ripe-twitch-api
v0.2.4
Published
The Ripe Twitch API
Downloads
5
Readme
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.