0.0.52 • Published 9 years ago

iceberg-client v0.0.52

Weekly downloads
54
License
-
Repository
github
Last release
9 years ago

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

9 years ago

0.0.51

9 years ago

0.0.50

9 years ago

0.0.49

9 years ago

0.0.46

9 years ago

0.0.45

9 years ago

0.0.44

9 years ago

0.0.43

9 years ago

0.0.42

9 years ago

0.0.41

9 years ago

0.0.35

9 years ago

0.0.26

9 years ago

0.0.25

9 years ago

0.0.24

9 years ago

0.0.23

9 years ago

0.0.22

9 years ago

0.0.20

9 years ago