A simple Node.js command line tool to check to see if a Twitch user is streaming or not
$ npm i -g twitch-stream-check
To use this command line tool, use the twitch-stream-check [options] <streamer>
structure, where <streamer>
is the Twitch username you'd like check
- -g, --game - Shows the game the streamer is playing
- -v, --viewers - Shows the amount of viewers the streamer currently has watching
- -s, --started - Shows when the streamer went live
- -m, --mature - Shows whether the streamer streams mature content or not
- -t, --title - Shows the current stream title
- -p, --partnered - Shows whether the streamer is partnered or not
- -f, --followers - Shows the amount of followers the streamer has
- To check version -
twitch-stream-check -V
- To check help -
twitch-stream-check -h