CloudFlare Node.js client

Note: This CloudFlare client is not yet production ready. It is still in the very early stages of development

Using the client

var cloudflare = require('cloudflare').createClient({
    email: 'you@email.com',
    token: 'somethingFromCloudFlare'
});

Commandline use