0.0.2 • Published 11 years ago

skynode v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Skynode

A low level client for the Sky database. Operates using the HTTP protocol.

Currently very alpha and lacking tests and docs

Installation

npm install skynode

Usage

var skynode = require('skynode');

var client = skynode.createClient({host:localhost:8585});

client.ping(function(err, response){
    if(err) {
        console.error(err)
    }
    console.log(response);
})
0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago