Package Exports
- cloudflare
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cloudflare) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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'
});