0.2.1 • Published 5 years ago

skrabble v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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! Skrabble will return an empty string for any invalid inputs. 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
0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago