add usage section to readme
Esse commit está contido em:
@@ -0,0 +1 @@
|
||||
/.idea
|
||||
+15
-1
@@ -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`
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário