0.0.2 • Published 7 years ago

map-coords v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

map-coords

Plot coordinates on a world map.

Install

$ npm install -g map-coords

Examples

coords.csv

40.730610,-73.935242
34.052235,-118.243683
$ map-coords coords.csv
$ cat coords.csv | map-coords
$ echo 40.730610,-73.935242 34.052235,-118.243683 | map-coords
$ map-coords "40.730610,-73.935242 34.052235,-118.243683"

Output

License

MIT