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.
- Host: GitHub
- URL: https://github.com/harwoeck/ipstack
- Owner: harwoeck
- License: apache-2.0
- Created: 2018-12-02T13:39:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T13:51:45.000Z (about 7 years ago)
- Last Synced: 2025-03-24T04:21:54.983Z (10 months ago)
- Topics: asynchronous, go, golang, helper, ip, ip-address, ip-address-database, ip-address-geolocation, ip-address-lookup, ipstack, library, package, worker-pool
- Language: Go
- Homepage: https://harwoeck.com
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://godoc.org/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
```