GamerPolls / gamerpolls.com

A polling site geared towards use by streamers on Twitch.
http://gamerpolls.com/
GNU General Public License v3.0
5 stars 2 forks source link

Add Twitch API #20

Closed cletusc closed 10 years ago

cletusc commented 10 years ago

Required by #15 in order to make API calls. Consider branching the work from this into it's own repo.

TwitchAPI(defaults)
TwitchAPI.get(path, replacements, accessKey, callback)

e.g.

TwitchAPI.get('/streams/:channel/', { channel: 'cletusc' }, 'somekey`, function (err, response, api) {
    console.log(api.stream.broadcaster);
});
cletusc commented 10 years ago

Closed... code lives in node-twitch-api