1.1.7 • Published 5 years ago

twitch-getter v1.1.7

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Install

npm i twitch-getter

How to use

This package utilizes both Twitch's "New API" and "V5" API.
    // Package allows you to choose between both the V5 api and New API
    import { NewTwitchAPI, V5TwitchAPI } from 'newtwitchapi'

    (async() => {
    // twitchAPI NEEDS your twitch's clientID in order to work
    const newTwitchApi = new NewTwitchAPI(client_id: string)

    const response = await newTwitchApi.GetNewStreams({
      language: "en"
    });
    // Do something with the response
    })()
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago