0.0.52 • Published 11 years ago
iceberg-client v0.0.52
iceberg-client
javascript client + example use in node.js
##server
npm install
npm start
http://localhost:3000
##client
var icebergclient = require('iceberg-client');
var client = new icebergclient({
server: server,
key: key
});
client.authenticate(function(err, res){
console.log(err, res);
client.test(function(err, res){
console.log(err, res);
});
});
##bower
bower install iceberg
###test
#!/bin/sh
export SERVER='http://localhost:3000'
export KEY='2737411f43e54df3bd4baabb955882de'
npm test
0.0.52
11 years ago
0.0.51
11 years ago
0.0.50
11 years ago
0.0.49
11 years ago
0.0.46
11 years ago
0.0.45
11 years ago
0.0.44
11 years ago
0.0.43
11 years ago
0.0.42
11 years ago
0.0.41
11 years ago
0.0.35
11 years ago
0.0.26
11 years ago
0.0.25
11 years ago
0.0.24
11 years ago
0.0.23
11 years ago
0.0.22
11 years ago
0.0.20
11 years ago