nodecec
Version:
A cec-client wrapper for node.js
21 lines (14 loc) • 438 B
Markdown
nodecec
=======
A cec-client wrapper for node.js
# Install
## Install libcec
You must have a working version of cec-client. To install cec-client, please visit: https://github.com/Pulse-Eight/libcec
For raspberry pi users, a pre-compiled version can be found here: http://selfprogramming.bplaced.net/index.php/2012/09/10/libcec-for-raspberry-pi/comments/
## Install nodecec
Using npm:
`npm install nodecec`
# API
TODO
# License
MIT