#node-catc
A node.js wrapper for the Cloud At Cost API.
API Version: v1
https://github.com/cloudatcost/api
npm install node-catc
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]);}}});node-catc is licensed under MIT License. (See LICENSE)
- Tests