data-to-play
v1.0.0
Published
A package to generate random data similar in structure to data we get from Api's
Downloads
3
Readme
data-to-play
the project gives beginners seeking developers some random generated Api like structured data to play around (Array of objects) form. You can choose from different field of data you want the data of and the no of objects in the data . The fields include :
Weather
Sports
Business
Finance
Student
Entertainment
Health
Technology
TravelThe data will automatically be sent to a filename that you will mention .Make filename as say data.js
Installation
You can install the package via npm:
npm install data-to-play
const randomgenerator =require('data-to-play')
randomgenerator(noofobjects,area,filename)