1.1.0 • Published 4 years ago

latlontest v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

What is this?

Get Lat Long from SmartyStreets and Google Geocoder

Installation

npm i latlontest --save

Then...

import { latlontest } from 'latlontest';

latlontest({
    address: 'someAddress',
});

//OR

latlontest({
    zipcode: 'XXXXX',
    city: 'Lorem',
    state: 'XY'
});

Options

  • address - Complete Address
  • zipcode - 5 digit zip code
  • city - City name
  • state - State code