Go to file
2016-05-25 06:32:56 +02:00
dist improve .createRecord 2016-05-25 06:26:48 +02:00
test improve .createRecord 2016-05-25 06:26:48 +02:00
ts update .getRecord 2016-05-25 06:32:56 +02:00
.gitignore start with tests 2016-05-15 19:51:48 +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 improve .createRecord 2016-05-25 06:26:48 +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