ngIpStack
The unofficial IpStack SDK for AngularJS (AKA Angular 1)
Requirements
Installation
Add library
You can get it on npm.
$ npm install --save ngIpStack
Add dependency
var app = angular;
Usage
Set your api key
app;
Get your IP Address
app;
Build
$ yarn install
$ gulp build
Tests
$ gulp test