michaelrambeau / bestofjs

Best of JS repo used only to track user requests
https://bestofjs.org
130 stars 9 forks source link

Add mocker-data-generator #186

Closed danibram closed 6 years ago

danibram commented 6 years ago

I'd like to suggest adding https://github.com/danibram/mocker-data-generator, its a simplified way to generate masive mock data based on a schema, using the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs), all in one tool to generate your fake data for testing.

Thank you for the consideration!

michaelrambeau commented 6 years ago

Hello Daniel @danibram Thank you for the suggestion, the project will be available on Best of JavaScript very soon.

michaelrambeau commented 6 years ago

Hello Daniel @danibram , It's online, check here: https://bestofjs.org/tags/random

danibram commented 6 years ago

thanks!