1.2.4 • Published 5 years ago

starchup-geo v1.2.4

Weekly downloads
113
License
-
Repository
github
Last release
5 years ago

Starchup Geo module

Various required Starchup geo-related components - best way to modularize the geocoding functionality for our sites.

Installation

npm install starchup-geo

Components:

  • City from Zipcode
  • Zipcode from location
  • Geocoder
  • Bulk Geocoder //TODO
  • Reverse-geocoder //TODO
  • Bulk Reverse-geocoder //TODO

Usage

var geo = require('starchup-geo');

geo.cityForZip(zipcode, function(err, city) {});
geo.zipForLocation({lat: latitude, lng: longitude}, function(err, zipcode) {});
geo.geocode(addressString, function(err, location) {});
1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

0.3.4

10 years ago

0.1.8

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago