monobrow-client
v0.8.6
Published
Node client for the npm package 'monobrow-server'.
Downloads
23
Readme
Installation
Implementation
You'll need to download, install and run the monobrow server to fully take advantage of the client. You can find the monobrow server here.
<pre>
var Client = require("monobrow.client");
var client = new Client();
client.connect();
</pre>API Documentation
For full API documentation.
