0.1.2 • Published 11 years ago

xiaoi v0.1.2

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

node.js 的小I机器人客户端

Usage

  • In command line terminate

    npm i xiaoi -g
    xiaoi
  • In your node project

    var xiaoi = require('xiaoi') ;
    
    // connect to xiaoi.com
    xiaoi.connect(function(error,client){
    
    // send words and waiting for reply
    client.send("hello robot",function(error,reply){
    console.log ('xiaoi say:', replay.body.content) ;
    }) ;
    
    }) ;
0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago