UNPKG

bmkg-wrapper

Version:

Sebuah API wrapper untuk mempermudah akses API data terbuka Badan Meteorologi, Klimatologi, dan Geofisika.

14 lines (13 loc) 272 B
export declare const BASE_URL: { GEMPA: string; CUACA: string; CSV: string; }; export declare const ENDPOINTS: { GEMPA: { AUTO_GEMPA: string; GEMPA_TERKINI: string; GEMPA_DIRASAKAN: string; }; CUACA: string; };