Get zipcode, city and country for given coordinates or user location
Install
Bower
$ bower install zipcoder
NPM
$ npm install zipcoder
Usage
zipcoder;
User location
Uses browser geolocation to determine the current user location.
zipcoderlocation { ... };
API Providers
At the moment zipcoder
just supports the GoogleMap Geocoding API. In the future this package will support other APIs as well. Feel free to contribute with a pull request.