faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
## This PR adds the functionality of generating random zodiac signs and birthdate ### New Functions: - ~~`faker.date.birthdate()`~~ (Moved to a separate PR) - `faker.zodiac.sign()` ### Usage: #### `faker.date.birthdate()`: ```js...
In documentation, please refer to standard you are using for generating timezones. E.g. `Asia/Rangoon` is not an official [IANA code](https://www.iana.org/time-zones), but is a "symlink" to `Asia/Yangon`. Thanks
### Clear and concise description of the problem As a developer using faker I want to get the latest merged changes on npm so that I can get access to...
### Clear and concise description of the problem Currently faker generates fake data. But it does not support generating random filetypes. If I want to seed an s3 folder with...
Move test files into src folder with `.spec.ts` or reorganize the test folder with subfolders
In the part of the Finance section of the API docs shown above, I think it would improve the docs if we listed all possible inputs of the 'provider' parameter,...
### Clear and concise description of the problem `faker.random.[...]` already generates random number, bigInt, float, hexadecimal, etc. But it lacks octal and binary numbers. This can be added. ### Suggested...
### Clear and concise description of the problem The current implementation is generating custom user agents based on some old data. ### Suggested solution The new implementation: Create a new...
### Clear and concise description of the problem As a user I want to generate a random greek letter so that I can prepend this to a name of an...
### Clear and concise description of the problem Some methods like hexadecimal take only a fixed range as parameter. If you want to allow a dynamic range, you have to...