Skip to content

cf-jongsik/esi-workers

Repository files navigation

ESI Workers

This project is a Cloudflare Workers application that processes incoming HTTP requests, performs HTML rewriting, and handles variable replacements in the response.

Features

  • Fetches and processes incoming HTTP requests.
  • Rewrites HTML content using HTMLRewriter.
  • Replaces variables in the response content based on predefined mappings.

Installation

  1. Clone the repository:
git clone https://github.com/cf-jongsik/esi-workers.git
cd esi-workers
  1. Install dependencies:
npm install

Usage

To start the development server, run:

npm run dev

To build the project for production, run:

npm run build

Deployment

To deploy the project to Cloudflare Workers, run:

npm run deploy

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •