Skip to content

mrdandandan/twitch_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// Config
import {twitchRequest} from 'mrdandandan-twitch-module';
twitchRequest.setApiKey(<twitch-api-key>);

// API
import twitch from 'mrdandandan-twitch-module';
twitch.streams('mrdandandan')
    .then(response => {
        // Do stuff    
    });

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published