ripe-twitch-api
TypeScript icon, indicating that this package has built-in type declarations

0.2.4 • Public • Published

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.

/ripe-twitch-api/

    Package Sidebar

    Install

    npm i ripe-twitch-api

    Weekly Downloads

    3

    Version

    0.2.4

    License

    Apache-2.0

    Unpacked Size

    701 kB

    Total Files

    33

    Last publish

    Collaborators

    • platforme