Benthos
- Generates massive sample data in seconds
- Works both on Browser and Node environment
- Supports Generating data from template or schema
Install
npm install benthos
Usage
In Browser
In CommonJS
const benthos = ;const email = benthos;
In ES2015 Modules
const email = ;
Generate simple data
; let name = ; // Harry Potterlet email = ; // djeifl@google.comlet url = // http://markocen.com/blog
Generate data from template
; // bio = 'Hello, my name is Marko Cen, I'm from China'let bio = ;
Generate data from schema
; const ProfileSchema = // profileData = {// name: 'Micheal Smith',// age: 43,// gender: 'Male'//}let profileData =