A graphical user interface for Livestreamer to browse Twitch.tv streams
This is a node-webkit application, which means it is written in JavaScript, HTML and CSS (Lesscss).
As the title already says, this is just a GUI on top of the Livestreamer application. So if livestreamer is not installed on your system, you won't be able to watch streams at all. There are still some core features missing at the current stage of development, but simple browsing and watching streams is working fine.
To build this application on your own, make sure you have installed the latest version of Node.js (including npm).
Then just run these lines to install all dependencies and start the build process.
You will then find the built executable inside the /build/releases
folder.
npm install -g grunt-cli bower # may require administrator privileges
npm install
bower install
grunt build