Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 709 Bytes

gempa-go

Run Tests GoDoc

Go wrapper for BMKG (Badan Meteorologi, Klimatologi dan Geofisika). All the data provided here https://data.bmkg.go.id/gempabumi

I use this package for integrate with IoT devices like ESP32, Arduino, etc.

Usage

Start using it

Download and install it:

go get -u github.com/fajarlubis/gempa-go

Import it in your code:

import "github.com/fajarlubis/gempa-go"

Basic usage