From b87f6164dbd5d72a67fa33ce6c3d8ddffc8c2d6d Mon Sep 17 00:00:00 2001 From: Philip Stewart Date: Sat, 22 Feb 2014 17:27:05 +0100 Subject: Added node.js module --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index a63acc3..0ce1e2f 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit