1.4.0 • Published 4 months ago

get-random-suggestions v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

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.)

1.2.0

4 months ago

1.4.0

4 months ago

1.3.0

4 months ago

1.1.0

1 year ago

1.0.0

1 year ago