Liu Song’s Projects


~/Projects/cloudflare.js

git clone https://code.lsong.org/cloudflare.js

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