872 B
872 B
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();
cflareInstance.removeRecord();
cflareInstance.copyRecord();
cflareInstance.listRecords();
cflareInstance.listDomains();