Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.57 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.57 KB

Queue-It POC Cloudflare Worker

This repository contains an example integration of Netacea's bot detection with Queue-It's KnownUser V4 package. It is currently deployed in https://queue.netacea-int.co.uk/.

Queue-It POC Flow

Installation

To install all dependecies, run npm ci in the root level of this repository. Afterwards move to src/connector-cloudflare-4.1.1, and run npm ci once more to install KnownUser V4 dependencies.

Configuration

Copy wrangler.toml.exmple into wrangler.toml and edit account_id, route, and IntegrationConfigKV binding IDs as necessary. After that, copy NetaceaConfig.example.json into NetaceaConfig.json, and replace example config values as needed.

Deployment

To deploy the worker, run npm run publish in the root directory. Configuration must be completed for deployment to succeed.

Useful resources

Below is a list of useful resources gathered during creation of this integration: