Skip to content

dburandt/skrabble

Repository files navigation

skrabble

a simple tool for dynamic data mocking

Setup

Ensure you have >= Node.js v4.9.1 installed to your workstation

npm install skrabble

Usage

How skrabble works in two lines of code:

const skrabble = require(skrabble);

console.log(skrabble('name')); // 'Jane Doe'

That's it! To see the data types skrabble supports or to learn more, you can refer to the documentation.

Acknowledgements

  • skrabble is heavily influence by and uses much of its data from faker.js