UNPKG

badge-urls

Version:

Helper functions to generate URLs for all badges / shields from shields.io

6 lines (5 loc) 467 B
import { ShieldsIOOptions } from "../../options"; /** Label for NodePing status (/nodeping/status/:checkUuid?down_color=lightgrey&down_message=offline&up_color=blue&up_message=online) */ export declare const label = "NodePing status"; /** URL for NodePing status (/nodeping/status/:checkUuid?down_color=lightgrey&down_message=offline&up_color=blue&up_message=online) */ export declare const url: (checkuuid: string, options?: ShieldsIOOptions | undefined) => string;