6.0.1 • Published 3 years ago

@mojoio/cloudflare v6.0.1

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
3 years ago

@mojoio/cloudflare

easy cloudflare management

Availabililty and Links

Status for master

Status CategoryStatus Badge
GitLab Pipelinespipeline status
GitLab Pipline Test Coveragecoverage report
npmnpm downloads per month
SnykKnown Vulnerabilities
TypeScript SupportTypeScript
node Supportnode
Code StyleCode Style
PackagePhobia (total standalone install weight)PackagePhobia
PackagePhobia (package size on registry)PackagePhobia
BundlePhobia (total size when bundled)BundlePhobia
Platform supportSupports Windows 10 Supports Mac OS X

Usage

Use TypeScript for best in class instellisense.

import * as cflare from '@mojoio/cloudflare';

const myCflareAccount = new cflare.CflareAccount('mySuperAwesomeAccountToken');

const myAsyncCflareManagement = async () => {
  // get things
  const myZones = await myCflareAccount.listZones(); // zones are fully typed
  const myIdForADomain = await myCflareAccount.getZoneId('example.com'); // type number
  const myRecordsForADomain = await myCflareAccount.listRecords('example.com'); // records are fully typed
};

Contribution

We are always happy for code contributions. If you are not the code contributing type that is ok. Still, maintaining Open Source repositories takes considerable time and thought. If you like the quality of what we do and our modules are useful to you we would appreciate a little monthly contribution: You can contribute one time or contribute monthly. :)

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer

6.0.1

3 years ago

6.0.0

3 years ago

5.0.9

4 years ago

5.0.8

4 years ago

5.0.6

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.4

5 years ago

4.0.1

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.0.1

6 years ago

2.0.0

7 years ago