geocoder
geocoder copied to clipboard
Promisable methods
I've refactored the methods to use callback as last parameter, which is the node.js style. This will allow libraries like Bluebird to allow promisify all methods.
Also removed underscore dependency and used extend
instead, which is much more lightweight and more suited for the specific purpose.
lgtm