
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/mizuchi/trunk@3 383d55e2-5bb2-3e47-99b6-5684985ccae5
24 lines
516 B
Markdown
24 lines
516 B
Markdown

|
|
|
|
# mizuchi
|
|
The above animated picture says it all.
|
|
That aside, this was a full port from a shell script that I have never used seriously.
|
|
|
|
## Build
|
|
It has two flavors, and have slightly different output.
|
|
|
|
### For [ip-api.com](https://ip-api.com)
|
|
|
|
```
|
|
go build ./cmd/mizuchi-ipapi
|
|
```
|
|
|
|
### For [ipinfo.io](https://ipinfo.io)
|
|
|
|
```
|
|
go build ./cmd/mizuchi-ipinfo
|
|
```
|
|
|
|
## Usage
|
|
Only required argument is `-i`
|