Skip to content

GreenVine/ipinfo-sdk

Repository files navigation

ipinfo-sdk

License: MIT npm node Build Status Coverage Status

An unofficial Node.js SDK for 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:

npm install ipinfo-sdk # NPM
yarn add ipinfo-sdk # Yarn

To install our nightly build version:

npm install ipinfo-sdk@next # NPM
yarn add ipinfo-sdk@next # Yarn