Go to file
2016-04-27 02:27:52 +02:00
dist added travis and improved README 2016-04-27 02:20:27 +02:00
ts added travis and improved README 2016-04-27 02:20:27 +02:00
.gitignore added travis and improved README 2016-04-27 02:20:27 +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 0.0.1 2016-04-27 02:20:35 +02:00
README.md add lossless badge 2016-04-27 02:27:52 +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();
cflareInstance.removeRecord();
cflareInstance.copyRecord();
cflareInstance.listRecords();
cflareInstance.listDomains();

About the authors:

Project Phase

Gitter