Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

#node-catc

A node.js wrapper for the Cloud At Cost API.

API Version: v1

References

https://github.com/cloudatcost/api

Installation

npm install node-catc

Example

varCatC=require('node-catc');varapi=newCatC('APIKEY','LOGINEMAIL');api.listServers(function(err,res){if(!err){for(variinres.data){console.log(res.data[i]);}}});api.listTemplates(function(err,res){if(!err){for(variinres.data){console.log(res.data[i]);}}});

License

node-catc is licensed under MIT License. (See LICENSE)

TODO

  • Tests

About

Node Cloud At Cost API wrapper

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages