Liu Song’s Projects


~/Projects/node-cloudflare

git clone https://code.lsong.org/node-cloudflare

cloudflare

Cloudflare API in JavaScript

https://api.cloudflare.com

License

Installation

~$ npm i @song940/cloudflare

Example

const Cloudflare = require('@song940/cloudflare');

const { CF_TOKEN } = process.env;

const cf = new Cloudflare({
  token: CF_TOKEN,
});

License

Apache License 2.0