1.1.0 • Published 12 months ago

@badrequest400/faker-jellycat v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

faker-jellycat

Tests

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 }
1.1.0

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago