Closed cletusc closed 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); });
Closed... code lives in node-twitch-api
Required by #15 in order to make API calls. Consider branching the work from this into it's own repo.