4.0.1 • Published 7 months ago

@fabernovel/heart-observatory v4.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 months ago

Description

Heart Observatory is an analysis module of Heart, which analyses URLs with Mozilla Observatory.

Read more about the description and design of Heart.

Usage

Standalone

  1. Install the package

    npm install @fabernovel/heart-observatory

    If you are using Yarn, npm < 7 or PNPM < 8, you also have to install Heart CLI (which is automatically installed in more recent versions of these packages managers):

    npm install @fabernovel/heart-cli
  2. Optional Customize the Mozilla Observatory scanner

    By default, the scanner used is the public one, but you can use your own: from a local codebase or with Docker.

    In this case, you must provide the following env values:

    HEART_OBSERVATORY_API_URL=
    HEART_OBSERVATORY_ANALYZE_URL=
  3. Start an analysis

    npx heart observatory --config '{"host": "heart.fabernovel.com"}'

    OR

    npx heart observatory --config config.json

    The analysis configuration follows the JSON format and the Invoke assessment API Documentation.

Github Action

If you're using Github, you can simplify the integration of Heart in your CI scripts by using the Github Action.

4.0.0-alpha.9

10 months ago

4.0.0-alpha.7

10 months ago

4.0.0-alpha.8

10 months ago

4.0.0-alpha.6

10 months ago

4.0.1

7 months ago

4.0.0

7 months ago

4.0.0-alpha.5

11 months ago

4.0.0-alpha.3

1 year ago

4.0.0-alpha.4

1 year ago

3.4.0

1 year ago

3.3.0

2 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago