1.1.7 • Published 4 years ago

twitch-getter v1.1.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago