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 CLI application. There are still some core features missing at the current stage of development, but the most important parts are working fine.
Here you can find the list of all recent releases. Please note: Livestreamer has to be installed on your machine to be able to watch any stream, so please do this before starting the application.
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
grunt release
Every contribution is welcome! Please read CONTRIBUTING.md first.