https://github.com/greenvine/ipinfo-sdk
Node.js SDK for ipinfo.io (Query IP Address / ASN)
https://github.com/greenvine/ipinfo-sdk
geolocation ip-lookup ipinfo nodejs sdk typescript
Last synced: 8 months ago
JSON representation
Node.js SDK for ipinfo.io (Query IP Address / ASN)
- Host: GitHub
- URL: https://github.com/greenvine/ipinfo-sdk
- Owner: GreenVine
- License: mit
- Created: 2018-07-03T10:50:43.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-14T19:20:21.000Z (over 7 years ago)
- Last Synced: 2025-01-30T21:41:31.010Z (9 months ago)
- Topics: geolocation, ip-lookup, ipinfo, nodejs, sdk, typescript
- Language: TypeScript
- Size: 70.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipinfo-sdk
[](https://opensource.org/licenses/MIT)


[](https://travis-ci.com/GreenVine/ipinfo-sdk)
[](https://coveralls.io/github/GreenVine/ipinfo-sdk?branch=develop)An unofficial Node.js SDK for [ipinfo.io](https://ipinfo.io/). Written in TypeScript, this module is a wrapper of its API and provides comprehensive type definitions.
## Installing
To install the latest stable version using `npm` or `yarn`:
```bash
npm install ipinfo-sdk # NPM
yarn add ipinfo-sdk # Yarn
```To install our nightly build version:
```bash
npm install ipinfo-sdk@next # NPM
yarn add ipinfo-sdk@next # Yarn
```