Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "nodeku", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,14 +35,6 @@ | ||
## getting started | ||
**will release on npm when mvp is completed, see [issue](https://github.com/sgnl/nodeku/issues/1)** | ||
`$ npm install nodeku` | ||
clone this project on your computer, change into the directory, and run: | ||
`$ npm link` | ||
After you will be able to start a new project and install this package with the command: | ||
`$ npm link nodeku` | ||
## nodeku | ||
invoking `Nodeku` will return a promise and on success it will pass a device module. This module will contain the methods needed to control a roku device. Commands are sent to the Roku device via `HTTP` protocol as found on the [docs][1]. | ||
Invoking `Nodeku` will return a promise and on success it will pass a device module. This module will contain the methods needed to control a roku device. Commands are sent to the Roku device via `HTTP` protocol as found on the [docs][1]. | ||
@@ -49,0 +41,0 @@ ### caveats |
44885
87