Go to file
2017-01-29 17:45:48 +01:00
dist added random retry times 2017-01-29 17:42:15 +01:00
test fix testing timeouts 2017-01-29 17:45:48 +01:00
ts added random retry times 2017-01-29 17:42:15 +01:00
.gitignore update dependencies 2016-07-31 23:54:13 +02:00
.gitlab-ci.yml update to new ci 2017-01-29 17:29:06 +01:00
.travis.yml added travis and improved README 2016-04-27 02:20:27 +02:00
LICENSE add lossless badge 2016-04-27 02:27:52 +02:00
package.json 0.0.14 2017-01-29 17:42:22 +01:00
qenv.yml update to latest dependencies 2016-06-20 22:56:09 +02:00
README.md now returning promises 2016-04-27 03:08:14 +02:00
tslint.json now using smartrequest 2017-01-29 17:27:48 +01:00

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

Build 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:

Project Phase

Gitter