@foo-software/foo-api-cli

An API CLI to communicate with Foo's REST API endpoints. Foo provides website quality monitoring with tools such as Lighthouse.

Usage no npm install needed!

<script type="module">
  import fooSoftwareFooApiCli from 'https://cdn.skypack.dev/@foo-software/foo-api-cli';
</script>

README

@foo-software/foo-api-cli

Foo (www.foo.software) provides website quality monitoring with tools such as Lighthouse. Foo can be used to establish historical records of Lighthouse audits to analyze website performance, SEO, accessibility and best practice. Monitoring website Lighthouse scores can be useful for maintainers to have insight when changes occur. Foo provides a means to manage Lighthouse audits of pages defined in its web UI. Foo also provides a REST API, a corresponding Node.js API client, and CLI to manage pages and Lighthouse audits programmatically which is what this project is all about!

Table of Contents

This is a curated list of important docs as they relate to the CLI.

  • CLI: Cut to the chase and learn how to use Foo's CLI exported from this project.
  • Node.js API Client: Learn how to use Foo's Node.js API client exported from this project.
  • Getting Started with Foo: Learn where to start with Foo and its API.
  • API: Resources: This section of documentation details the different types of datasets the API deals with.
  • API: Endpoints: A guide through Foo's various REST API endpoints.