Main class for interacting with the GeoNet API and related utilities. Provides access to all GeoNet services through a unified interface.

This class acts as a central interface for all GeoNet API services and related utilities, thus providing a simplified way for accessing earthquake, volcano, network data, among others, from GeoNet.

import { GeoNet } from "geonet";
const geonet = new GeoNet();

// Get recent earthquakes
const quakes = await geonet.getQuakes(...);

1.0.0

Constructors

Methods