Options
All
  • Public
  • Public/Protected
  • All
Menu

soss

Index

Variables

Const cafcpMobileSite

cafcpMobileSite: "https://m.cafcp.org/nocache" = "https://m.cafcp.org/nocache"

Const cafcpSite

cafcpSite: "https://cafcp.org/" = "https://cafcp.org/"

Functions

Const getStationStaticDetails

  • Get the static details of a specific station (from CAFCP).

    Parameters

    • id: string

      The ID of the station.

    Returns Promise<StationStaticDetail>

    Static information about the station.

Const getStatus

  • Get the status of all stations in SOSS.

    Returns Promise<Station[]>

    An array of all stations in SOSS.

Const parseStation

Const trimOrEmpty

  • trimOrEmpty(data?: undefined | string): string
  • Parameters

    • Optional data: undefined | string

    Returns string

Generated using TypeDoc