1.2.1 • Published 8 years ago

everythinglocation v1.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Everything Location API wrapper

Easily integrate the EverythingLocation API into your Node.js app

Very simple to use wrapper for www.everythinglocation.com

Installation:

npm install everythinglocation

Usage:

const everythinglocation = require('everythinglocation')('apikey', 'https://api.everythinglocation.com')

el.verify({input:[{Address:'999 Baker Way San Mateo CA USA'}]}, (result) => {
  console.log(JSON.stringify(result))
})

Supported fields and how to format query object: https://www.everythinglocation.com/resources/api/ Better simplification of fields etc. to be added soon.

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago