Go to file
2016-06-20 22:56:09 +02:00
dist update 2016-06-18 15:36:15 +02:00
test update to latest dependencies 2016-06-20 22:56:09 +02:00
ts improve domain string handling 2016-05-25 07:06:06 +02:00
.gitignore update to latest dependencies 2016-06-20 22:56:09 +02:00
.gitlab-ci.yml update .gitlab.yml 2016-06-19 20:09:41 +02: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 update to latest dependencies 2016-06-20 22:56:09 +02: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

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