faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

Results 391 faker issues
Sort by recently updated
recently updated
newest added

### Clear and concise description of the problem Relevant "_Discussions_" thread: https://github.com/faker-js/faker/discussions/3532 Faker currently generates `en_US` state zipcodes using integer ranges defined in [/locales/en_US/location/postcode_by_state.ts](https://raw.githubusercontent.com/faker-js/faker/refs/heads/next/src/locales/en_US/location/postcode_by_state.ts), like so: ``` export default {...

c: feature
s: waiting for user interest