UNPKG

mapquest

Version:

Geocode, reverse geocode, and batch geocode using MapQuests open api.

12 lines (7 loc) 144 B
clean: rm -fr node_modules install: npm install test: ./node_modules/.bin/mocha --reporter spec --timeout 10s .PHONY: clean install test