StrongService class for fetching strong motion information for a specified quake from the GeoNet API.

1.0.0

Hierarchy (View Summary)

Constructors

Methods

Constructors

Methods

  • Fetches strong intensity data for a given public ID.

    Parameters

    • publicID: string

      The public ID for the earthquake.

    Returns Promise<StrongResponse>

    • A promise that resolves to the strong intensity data.
    • Throws an error if the public ID is not provided.

    1.0.0