@badrequest400/faker-jellycat
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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 }

Package Sidebar

Install

npm i @badrequest400/faker-jellycat

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

268 kB

Total Files

9

Last publish

Collaborators

  • badrequest400