Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.1 KB

RANDOM PLACES

A simple NPM Package which returns random places from around the world

image of world

Install

npm install random-places

OR

yarn add random-places

Usage

const place = require("random-places");

getRandomPlace();

Response

The get random place function returns a JSON object that contains the name and country of the random place

{
    "name": "Geneva",
    "country": "Switzerland"
}

Want to contribute?

Open Source Love PRs Welcome

Please check issues here!

Add More Places (Recommended for beginners. Just add name of the place and country in data.json file)