skrabble

a simple tool for dynamic data mocking

Usage no npm install needed!

<script type="module">
  import skrabble from 'https://cdn.skypack.dev/skrabble';
</script>

README

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