Skip to content

clintxs/livestreamer-twitch-gui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.


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
bower install
grunt build

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.7%
  • CSS 28.3%