An open API service indexing awesome lists of open source software.

https://github.com/harwoeck/ipstack

:satellite: ipstack is a helper package for calling the https://ipstack.com API. It includes type-safe response packets and a WorkerPool for asynchronous, once-only, lookup tasks.
https://github.com/harwoeck/ipstack

asynchronous go golang helper ip ip-address ip-address-database ip-address-geolocation ip-address-lookup ipstack library package worker-pool

Last synced: 10 months ago
JSON representation

:satellite: ipstack is a helper package for calling the https://ipstack.com API. It includes type-safe response packets and a WorkerPool for asynchronous, once-only, lookup tasks.

Awesome Lists containing this project

README

          

# ipstack

:satellite: ipstack is a helper package for calling the https://ipstack.com API. It includes type-safe response packets and a WorkerPool for asynchronous, once-only, lookup tasks

[![GoDoc](https://godoc.org/github.com/harwoeck/ipstack?status.svg)](https://godoc.org/github.com/harwoeck/ipstack)
[![Go Report Card](https://goreportcard.com/badge/github.com/harwoeck/ipstack)](https://goreportcard.com/report/github.com/harwoeck/ipstack)

## Installation

To install ipstack, simly run:

```bash
$ go get github.com/harwoeck/ipstack
```