everythinglocation

1.2.1 • Public • Published

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.

Package Sidebar

Install

npm i everythinglocation

Weekly Downloads

10

Version

1.2.1

License

ISC

Last publish

Collaborators

  • timothykibler