A simple NPM Package which returns random places from around the world
npm install random-places
OR
yarn add random-places
const place = require("random-places");
getRandomPlace();
The get random place function returns a JSON object that contains the name and country of the random place
{
"name": "Geneva",
"country": "Switzerland"
}
Please check issues here!
Add More Places (Recommended for beginners. Just add name of the place and country in data.json file)