0.3.11 • Published 11 years ago

imbo-client v0.3.11

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

Javascript client for imbo

A javascript (browser/node.js) client for imbo.

Basic usage (node.js)

var Imbo = require('imbo-client');

var client = new Imbo.Client(['http://imbo.somehost.com'], 'publicKey', 'privateKey');

// Path to local image
var path = '/path/to/image.png';

client.addImage(path, function(err, imageIdentifier, data) {
    if (err) {
        console.log('Something went wrong!', err);
    } else {
        console.log('Image uploaded! Identifier: ' + imageIdentifier);
        console.log('Url: ' + client.getImageUrl(imageIdentifier).thumbnail(100, 100).jpg());
    }
});

More?

More to come :-)

0.3.12

11 years ago

0.3.11

11 years ago

0.3.10

11 years ago

0.3.9

11 years ago

0.3.7

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.1

12 years ago