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

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)

Awesome Lists containing this project

README

          

# ipinfo-sdk

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![npm](https://img.shields.io/npm/v/ipinfo-sdk.svg)
![node](https://img.shields.io/node/v/ipinfo-sdk.svg)
[![Build Status](https://travis-ci.com/GreenVine/ipinfo-sdk.svg?token=EVKoc3v2b35pSxqNxXkh)](https://travis-ci.com/GreenVine/ipinfo-sdk)
[![Coverage Status](https://coveralls.io/repos/github/GreenVine/ipinfo-sdk/badge.svg?branch=develop)](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
```