Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change README #11

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

```
Loading