Skip to content

Commit

Permalink
change README
Browse files Browse the repository at this point in the history
  • Loading branch information
fajarlubis committed Dec 18, 2023
1 parent 1aa734e commit 48f75dc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@

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

### Why I build this package?

Indonesia is one of many countries that lies on top of the ring of fire with almost more than 10,000 volcanic activity in 2021. This package is mainly built for IoT purposes for interacting with Indonesia government agency (BMKG) web API that informs every tectonic activity. Feel free to use and contribute to this package. I will maintain this package as long as I can do and adding more functionality like custom shakemap, geolocation, etc.

I use this package for integrate with IoT devices like ESP32, Arduino, etc. And for the end-user product will be an app for smartwatch.
I use this package for integrate with IoT devices like ESP32, Arduino, etc.

## Usage

Expand All @@ -26,3 +22,9 @@ Import it in your code:
```go
import "github.com/fajarlubis/gempa-go"
```

### Basic usage

```go

```

0 comments on commit 48f75dc

Please sign in to comment.