Skip to content

Jittojoyes98/get-random-suggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GET RANDOM SUGGESTIONS

A simple NPM Package which returns random data based on your search parameter

image of world

Install

npm install get-random-suggestions

OR

yarn add get-random-suggestions

Usage

const random = require("get-random-suggestions");

random("tour");

Response

The random function returns a JSON object that contains the data of the parameter that you passed in

{
  "area": "Chhattisgarh",
  "place": "Patna"
}

Want to contribute?

Open Source Love PRs Welcome

Please check issues here!

Add More Data (Recommended for beginners. Just add data ( 2 key value pairs) and create json file based on that and import them. You can edit the current data as well.)

About

💡 A NPM Library to provide you random data based on your search parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published