9699e4bf7612eaddc5b28c59da2034622473f54b
				
			
			
		
	cflare
allows you to manage multiple cloudflare accounts.
Note: this package is still in alpha, so some things do not yet work. I (Phil from Lossless) expect this package to be ready 1. of June 2016.
Status
Usage
var cflare = require("cflare");
var cflareInstance = new cflare();
cflareInstance.auth({
    email:"",
    key:""
});
cflareInstance.createRecord(); // returns promise with resolve function getting the response;
cflareInstance.removeRecord(); // returns promise with resolve function getting the response;
cflareInstance.copyRecord(); // returns promise with resolve function getting the response;
cflareInstance.listRecords(); // returns promise with resolve function getting the response;
cflareInstance.listDomains(); // returns promise with resolve function getting the response;
About the authors:
Description
				An elegant, class-based TypeScript client for the Cloudflare API that makes managing your Cloudflare resources simple and type-safe.
						
						
						
					Languages
				
				
								
								
									TypeScript
								
								100%