SpaceCat Audit Post-Processor
Consumes completed site audit events for further processing (e.g. notifications and alerts).
README
SpaceCat Audit Post-Processor
Consumes completed audit events and post-processes them (e.g. to send alerts & notifications).
Deprecation notice
This repository will be deprecated once the apex/lhs/sitemap alerts are migrated and should not be further enhanced.
Sending reports is now handled by the SpaceCat Reporting Worker.
Post-processing for the audits can now be done using the
SpaceCat Audit Post-Processors.
Post-processing for the content scraped should be done using the
SpaceCat Content Processor.
Status
Installation
$ npm install @adobe/spacecat-audit-post-processor
Usage
See the API documentation.
Development
Build
$ npm install
Test
$ npm test
Lint
$ npm run lint