everythinglocation
v1.2.1
Published
Wrapper for www.everythinglocation.com API
Downloads
2
Maintainers
Readme
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.