Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: align featured modules on website and README #3214

Open
wants to merge 6 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ For detailed API documentation, please select the version of the documentation y

## 🚀 Features

- 💌 Locations - Generate valid looking Addresses, Zip Codes, Street Names, States, and Countries!
- ⏰ Time-based Data - Past, present, future, recent, soon... whenever!
- 🌏 Localization - Pick a locale to generate realistic looking Names, Addresses, and Phone Numbers.
- 🧍 Person - Generate Names, Genders, Bios, Job titles, and more.
- 💌 Location - Generate Addresses, Zip Codes, Street Names, States, and Countries!
- ⏰ Date - Past, present, future, recent, soon... whenever!
- 💸 Finance - Create stubbed out Account Details, Transactions, and Crypto Addresses.
- 👠 Products - Generate Prices, Product Names, Adjectives, and Descriptions.
- 👾 Hacker Jargon - “Try to reboot the SQL bus, maybe it will bypass the virtual application!”
- 🧍 Names - Generate virtual humans with a complete online and offline identity.
- 🔢 Numbers - Of course, we can also generate random numbers and strings.
- 👠 Commerce - Generate Prices, Product Names, Adjectives, and Descriptions.
- 👾 Hacker - “Try to reboot the SQL bus, maybe it will bypass the virtual application!”
- 🔢 Number and String - Of course, we can also generate random numbers and strings.
- 🌏 Localization - Pick from over 60 locales to generate realistic looking Names, Addresses, and Phone Numbers.

> **Note**: Faker tries to generate realistic data and not obvious fake data.
> The generated names, addresses, emails, phone numbers, and/or other data might be coincidentally valid information.
Expand Down
26 changes: 13 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ hero:
link: https://github.com/faker-js/faker

features:
- icon: 👠
title: Products
details: Generate Prices, Product Names, Adjectives, and Descriptions.
- icon: 💸
title: Finance
details: Create stubbed out Account Details, Transactions, and Crypto Addresses.
- icon: 🧍
title: Person
details: Generate Names, Genders, Bios, Job titles, and more.
- icon: 💌
title: Locations
details: Generate valid Addresses, Zip Codes, Street Names, States, and Countries!
- icon: 👾
title: Hacker Jargon
details: “Try to reboot the SQL bus, maybe it will bypass the virtual application!”
title: Location
details: Generate Addresses, Zip Codes, Street Names, States, and Countries!
- icon: ⏰
title: Time-based Data
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 a locale to generate realistic looking Names, Addresses, and Phone Numbers.
details: Pick from over 60 locales to generate realistic looking Names, Addresses, and Phone Numbers.
---

<div class="opencollective">
Expand Down