Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.37 KB

catflix is a chaosflix inspired LG webOS client app for your daily media.ccc.de dose. Enjoy the pleasant comfort of binge watching through your favourite congress talks from your couch on your big flatscreen. We wrote catflix on a rainy weekend and are thankful for any contributions and suggestions you might have.

License: MIT

Quickstart

The application has yet to be pushed to the LG Content Store.

In the future, you can install catflix via your LG Content Store app on your LG TV.

Development

git clone https://github.com/technokrat-llc/catflix.git
cd catflix

Use the webOS IDE to push the application to your LG TV. You also have to turn the developer mode on (see LG's documentation).

The sources need to be transpiled first to the dist folder, so our webOS can parse the ES6 sources correctly. Install the latest Node.js and run the following inside the cloned repository:

npm install
npm run build

Then push the application via the IDE onto your TV.