@badrequest400/faker-jellycat
v1.1.0
Published
Library to create mock Jellycat data
Downloads
10
Maintainers
Readme
faker-jellycat
A tiny library to generate mock data of tiny companions.
Installation
yarn add -D @badrequest400/faker-jellycat
Usage
import { jellycat } from '@badrequest400/faker-jellycat';
jellycat(); // { price: { gbp: 1600 }, description: 'Amuseable Toast', url: 'https://www.jellycat.com/amuseable-toast-a6t/?search=gluten', identifier: 'amuseable-toast' }
jellycat.description(); // 'Amuseable Clementine'
jellycat.identifier(); // 'vivacious-vegetable-aubergine'
jellycat.url(); // 'https://www.jellycat.com/vivacious-vegetable-broccoli-vv6b/?search=broccoli'
jellycat.price(); // { gbp: 1600 }