UNPKG
mapquest
Version:
latest (0.2.0)
0.2.0
0.0.1
Geocode, reverse geocode, and batch geocode using MapQuests open api.
mapquest
/
Makefile
12 lines
(7 loc)
•
144 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
clean:
rm
-fr node_modules install: npm install
test
: ./node_modules/.bin/mocha --reporter spec --
timeout
10s .PHONY: clean install
test