An open API service indexing awesome lists of open source software.

https://github.com/jquery/healthyweb-worker

The browser rendering worker for healthyweb.org
https://github.com/jquery/healthyweb-worker

Last synced: 7 months ago
JSON representation

The browser rendering worker for healthyweb.org

Awesome Lists containing this project

README

          

# healthyweb-worker

A [Cloudflare Worker](https://developers.cloudflare.com/browser-rendering/) that checks the health of a website using [Cloudflare's fork of Puppeteer](https://developers.cloudflare.com/browser-rendering/platform/puppeteer/).

## Usage

1. Clone this repository

```bash
git clone
```

2. Install dependencies

```bash
npm install
```

3. Start development server

```bash
npm start
```