0.0.3 • Published 11 years ago

aliyun-ecs v0.0.3

Weekly downloads
4
License
BSD
Repository
github
Last release
11 years ago

aliyun-ecs

Aliyun ECS SDK for nodejs

开始使用

1 安装

npm install aliyun-ecs

2 使用

//引入模块
var ECS = require('aliyun-ecs');
var ecs = new ECS('your AccessKeyId', 'your AccessKeySecret');
//列出所有节点信息
ecs.describeRegions(function(json){
	console.log(json)
});

API功能列表

待添加

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago