map-coords
v0.0.2
Published
Plot coordinates on a world map.
Downloads
6
Maintainers
Readme
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