Custom

Setup

Implement a local {host}/statuses/{slug} endpoint:

[
    {
	name: string,
	slug: string,
	url: string,
        status: StatusType
    }
]

Usage

Observe one status:

chroma-feedback --producer custom

--custom-host <host>
--custom-slug <slug>
--custom-token <token>

Observe many statuses:

chroma-feedback --producer custom

--custom-host <host>
--custom-slug <slug>
--custom-slug <slug>
--custom-token <token>

Options

Last updated