add usage section to readme

Esse commit está contido em:
Martin Schuhfuss
2012-10-07 14:34:10 +02:00
commit eb5d5eb0b3
2 arquivos alterados com 16 adições e 1 exclusões
+1
Ver Arquivo
@@ -0,0 +1 @@
/.idea
+15 -1
Ver Arquivo
@@ -1,4 +1,18 @@
remote-control and monitoring for your nodecopter
====
note: the code is a complete mess and will eventually be reworked and documented.
note: the code is a complete mess and will eventually be reworked and
documented.
usage
----
Install the module with `npm install nodecopter-monitor`, then integrate it
into your project with
var arDrone = require('ar-drone'),
client = arDrone.createClient();
require('nodecopter-monitor').init(client);
after starting your program you can access the monitoring via `http://localhost:3001/webgl.html`