0.0.2 • Published 6 months ago

random-world-coordinate v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

Random World Coordinate

Generate a random coordinate in the world or specific countries

Using

Run npm i random-world-coordinate

import randomCoordinate from 'random-world-coordinate';

randomCoordinate(["Israel", "Australia"], 0).then((coord) => {
    console.log("lon: " + coord[1]);
    console.log("lat: " + coord[0]);
});

Country Vectors

I'm using https://github.com/nvkelso/natural-earth-vector/

0.0.2

6 months ago

0.0.1

6 months ago