1.0.8 • Published 5 years ago

@netacea/cloudflare-worker v1.0.8

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

Cloudflare-Worker-Examples

Ingest Only usage

Replace 'YOUR-API-KEY-HERE' with the API Key we have provided in the examples/IngestOnly/index.js file

    cd examples/IngestOnly 
    npm i
    npm run build

Mitigation and Ingest usage

Replace 'YOUR-API-KEY-HERE' with the API Key we have provided in the examples/MitigationAndIngest/index.js file Replace 'YOUR-SECRET-KEY-HERE' with the secret Key we have provided in the examples/MitigationAndIngest/index.js file

    cd examples/MitigationAndIngest 
    npm i
    npm run build

Build output is pushed to the ./dist folder. Paste this in your cloudflare worker and click update preview to test within the sandbox.

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago