get-random-suggestions
v1.4.0
Published
Giving you random suggestions based on search parameters
Downloads
2
Readme
GET RANDOM SUGGESTIONS
A simple NPM Package which returns random data based on your search parameter
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?
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.)