1.2.4 • Published 3 years ago

starchup-geo v1.2.4

Weekly downloads
113
License
-
Repository
github
Last release
3 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

3 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

0.3.4

8 years ago

0.1.8

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago