Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.89 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.89 KB

Livestreamer Twitch GUI

A graphical user interface for Livestreamer to browse Twitch.tv streams

Livestreamer Twitch GUI

This is a node-webkit application, which means it is written in JavaScript, HTML and CSS (Lesscss).


Description

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.


Download

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.


Build

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

Contributing

Every contribution is welcome! Please read CONTRIBUTING.md first.