Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

ripe-tech/ripe-twitch-api-js

Repository files navigation

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.