Skip to content

Commit

Permalink
npm install link added, package renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapi-co authored Jan 3, 2017
1 parent f3640a7 commit 1a4184b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

# Node.js + ipapi (IP address location API)

## Installation
```
npm install ipapi.co
```

## Usage

### From Node.js REPL

```
var ipapi = require('./ipapi.js');
var ipapi = require('ipapi.co');
var callback = function(res){
console.log(res);
Expand Down

0 comments on commit 1a4184b

Please sign in to comment.