From 754d7902418af99fb05b7a683683c296fd07f0ef Mon Sep 17 00:00:00 2001 From: Olivier Bagot Date: Tue, 19 Nov 2013 22:56:38 +0100 Subject: [PATCH] Readme update. --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9b7e1c..d0bc757 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,28 @@ HTTP server written in Node.js to emulate OpenKarotz. -Current version is 0.1.0. +Current version 0.1.0 is still in development but usable. OpenKarotz can be found [here](http://openkarotz.filippi.org/). +The folowing APIs are currently available: +- sleep +- wakeup +- reboot +- status +- leds +- ears +- ears_reset +- ears_random +- sound +- sound_control + ### Usage ### Install [Node.js](http://nodejs.org/). -Run: +Run emulator.bat or: + ``` -node . +node index.js ```