Node command-line executable that hooks into the Twitch API and returns a list of live channels from the ones you are following.
Run the following:
npm installAlso copy config.json.example as config.json and enter the appropriate values for your Twitch account.
node app.js --is-following=somechannelYou are following somechannelYou are not following somechannelnode app.js --is-live=somechannelsomechannel is livesomechannel is not livenode app.js --channelsnode app.js --channels --limit=5node app.js --follow=somechannelnode app.js --unfollow=somechannelnode app.js --community=somecommunitynode app.js --community=somecommunity --limit=5node app.js --game=somegamenode app.js --game=somegame --limit=5node app.js --last-updated=somechannelnode app.js --channel-info=somechannelnode app.js --panel-info=somechannelnode app.js --get-followednode app.js --get-followed --filter-char=anode app.js --get-followed --order-by=ascnode app.js --get-followed --order-by=desc