1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
---
layout: home
hero:
name: Faker
text: ''
tagline: Generate massive amounts of fake (but realistic) data for testing and development.
image:
src: /logo.svg
alt: Cartoon logo of a panda magician
actions:
- theme: brand
text: Get Started
link: /guide/
- theme: alt
text: Browse API
link: /api/
- theme: alt
text: View on GitHub
link: https://github.com/faker-js/faker
features:
- icon: 🧍
title: Person
details: Generate Names, Genders, Bios, Job titles, and more.
- icon: 📍
title: Location
details: Generate Addresses, Zip Codes, Street Names, States, and Countries!
- icon: ⏰
title: Date
details: Past, present, future, recent, soon... whenever!
- icon: 💸
title: Finance
details: Create stubbed out Account Details, Transactions, and Crypto Addresses.
- icon: 👠
title: Commerce
details: Generate Prices, Product Names, Adjectives, and Descriptions.
- icon: 🌏
title: Localization
details: Pick from over 70 locales to generate realistic looking Names, Addresses, and Phone Numbers.
---
<div class="opencollective">
Faker is freely available to use for commercial and non-commercial purposes under the MIT license. The development of Faker is guided by an international team of volunteer maintainers. If you use Faker in your project, please consider making a one-off or recurring donation via Open Collective.
<a target="_blank" href="https://opencollective.com/fakerjs">Support Faker on OpenCollective</a>
</div>
|