Skip to content

Commit

Permalink
add music and movie modules into readme modules section
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Aug 12, 2023
1 parent 65a7634 commit 3fd5624
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,24 @@ target_link_libraries(main faker-cxx)

## 💎 Modules

- 🌐 Internet - Generate emails, usernames, passwords, images urls.
- 🌍 Location - Generate countries, cities, zip codes, street addresses.
- 🧑 Person - Generate first, last names, job titles, genders, sex.
- 📞 Phone - Generate phone number, IMEI.
- 🛒 Commerce - Generate commerce department, product name, sku, price.
- 📅 Date - Generate past, future dates.
- 🏦 Finance - Generate currency, IBAN, BIC, account name, account number, pin, credit card numbers.
- 🏢 Company - Generate company name, type, industry, catch phrase, buzz phrase.
- 🔢 Number - Generate random integers, floating point numbers.
- ✍ Word - Generate sample words, nouns, verbs etc.
- 🎨 Color - Generate color names, rgb, hex.
- 📖 Book - Generate book title, genre, author, publisher, ISBN.
- 📚 Lorem - Generate lorem words, sentences, paragraphs.
- 🔢 String - Generate uuids, alphanumeric, numeric, hexadecimal.
- 💻 System - Generate file paths, file extensions, file names, directories, semantic version.
- Database - Generate column names, column types, database engines.
- 🌐 Internet - Generate emails, usernames, passwords, images urls
- 🌍 Location - Generate countries, cities, zip codes, street addresses
- 🧑 Person - Generate first, last names, job titles, genders, sex
- 📞 Phone - Generate phone number, IMEI
- 🛒 Commerce - Generate commerce department, product name, sku, price
- 📅 Date - Generate past, future dates
- 🏦 Finance - Generate currency, IBAN, BIC, account name, account number, pin, credit card numbers
- 🏢 Company - Generate company name, type, industry, catch phrase, buzz phrase
- 🔢 Number - Generate random integers, floating point numbers
- ✍ Word - Generate sample words, nouns, verbs etc
- 🎨 Color - Generate color names, rgb, hex
- 📖 Book - Generate book title, genre, author, publisher, ISBN
- 📚 Lorem - Generate lorem words, sentences, paragraphs
- 🔢 String - Generate uuids, alphanumeric, numeric, hexadecimal
- 💻 System - Generate file paths, file extensions, file names, directories, semantic version
- Database - Generate column names, column types, database engines
- 🎶 Music - Generate artists, song names, genres
- 🎥 Movie - Generate actors, actresses, genres, movie titles

### 🔨 [TODO Modules](https://github.com/cieslarmichal/faker-cxx/blob/main/TODO.md)

Expand Down

0 comments on commit 3fd5624

Please sign in to comment.