aliyun-ecs

0.0.3 • Public • Published

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功能列表

待添加

Readme

Keywords

Package Sidebar

Install

npm i aliyun-ecs

Weekly Downloads

1

Version

0.0.3

License

BSD

Last publish

Collaborators

  • jacksontian
  • wengqianshan