An open API service indexing awesome lists of open source software.

https://github.com/faker-javascript/faker

A set of javascript packages that generates fake data for you.
https://github.com/faker-javascript/faker

fake-data fake-data-generator faker faker-generator fakerjs javascript js typescript

Last synced: 2 months ago
JSON representation

A set of javascript packages that generates fake data for you.

Awesome Lists containing this project

README

        

Faker



A set of javascript packages that generates fake data for you.


Version node-current License

## Install

#### Install all faker packages.

npm
```
npm install @fakerjs/faker --save-dev
```

yarn
```
yarn add @fakerjs/faker -D
```

## Usage

```js
import faker from '@fakerjs/faker';

faker().animal();
//=> Snow Leopard

faker().gender();
//=> Female

faker().profession();
//=> Software Engineer

// etc...
```

[Browse all faker javascript packages](https://github.com/faker-javascript)

## License
[The MIT License (MIT)](https://github.com/faker-javascript/faker/blob/master/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)