@a11ywatch/pagemind
TypeScript icon, indicating that this package has built-in type declarations

0.9.62 • Public • Published

pagemind

gRPC API for accessibility insights and metrics

Getting Started

For more information checkout pagemind

Installation

npm install

Start

npm run dev

ENV

Add a http/https load balancer url using the env CHROME_LB or FIREFOX_LB to enable high performance load balancing.

In order to enable firefox use the FIREFOX_ENABLED env var. You also need to run PUPPETEER_PRODUCT=firefox npm i to download puppeteer if you are running locally.

AI_DISABLED=false
CHROME_LB=
FIREFOX_ENABLED=false
PAGEMIND_RECORD=true
DEFAULT_RUNNERS=htmlcs

You can set DEFAULT_RUNNERS to a comma seperated list with the values of axe and htmlcs.

Healthcheck

You can generate a health check client by running cargo build. It requires that you first installed the app via npm i.

LICENSE

check the license file in the root of the project.

Package Sidebar

Install

npm i @a11ywatch/pagemind

Weekly Downloads

380

Version

0.9.62

License

MIT

Unpacked Size

241 kB

Total Files

183

Last publish

Collaborators

  • jeffmendez