0.4.2 • Published 9 years ago

realtimecat-node-sdk v0.4.2

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

realtimecat-node-sdk

实时猫 NodeJS Server SDK | RealTimeCat Server SDK for Node.js

配合0.4版实时猫接口使用

Install

npm install realtimecat-node-sdk --save

Usage

var RealTimeCat = require('realtimecat-node-sdk');

var apiKey = "";
var apiSecret = "";
var apiUrl = "";
var realtimecat = new RealTimeCat({apiKey:apiKey, apiSecret:apiSecret, apiUrl: apiUrl});

API

请阅读API文档

测试

npm install -g mocha

clone项目至本地,运行npm install安装依赖, 复制config.sample.js重命名为config.js, 添加api keysecret, 运行npm test进行测试

0.4.2

9 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago