diff options
author | Philip Stewart <philip.d.stewart@googlemail.com> | 2014-02-22 17:27:05 +0100 |
---|---|---|
committer | jaseg <jaseg@jaseg.net> | 2014-02-22 18:58:08 +0100 |
commit | b87f6164dbd5d72a67fa33ce6c3d8ddffc8c2d6d (patch) | |
tree | 035c2b3a5547b8ac435d203d49d5e7d598e088e0 | |
parent | e180313ef03b090de1ee3cfa41757cf0418e38bb (diff) | |
download | matelight-b87f6164dbd5d72a67fa33ce6c3d8ddffc8c2d6d.tar.gz matelight-b87f6164dbd5d72a67fa33ce6c3d8ddffc8c2d6d.tar.bz2 matelight-b87f6164dbd5d72a67fa33ce6c3d8ddffc8c2d6d.zip |
Added node.js module
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,7 @@ Related Projects ---------------- * `A Python script that plays gifs over CRAP`_ * `An HTML5 CRAP emulator`_ +* `A CRAP client for node.js`_ * `Webcam streaming on Mate Light`_ * `A game programming framework for Mate Light`_ * `Snake for Mate Light`_ @@ -40,6 +41,7 @@ Related Projects .. _`A Python script that plays gifs over CRAP`: https://github.com/uwekamper/matelight-gifplayer .. _`An HTML5 CRAP emulator`: https://github.com/sodoku/matelightemu +.. _`A CRAP client for node.js`: https://github.com/sodoku/node-matelight .. _`Webcam streaming on Mate Light`: https://github.com/c-base/matetv .. _`A game programming framework for Mate Light`: https://github.com/c-base/pymlgame .. _`Snake for Mate Light`: https://github.com/c-base/pymlsnake |