# 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](https://travis-ci.org/pushrocks/cflare.svg?branch=master)](https://travis-ci.org/pushrocks/cflare) ## Usage ```javascript 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](https://mediaserve.lossless.digital/lossless.com/img/createdby_github.svg)](https://lossless.com/) [![Gitter](https://img.shields.io/badge/Support%20us-PayPal-blue.svg)](https://paypal.me/lossless)