We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already have fake.zip() and there is an open PR to add fake.address().
fake.zip()
fake.address()
I would propose to move both of these (we can do this in a non-breaking way by exporting them in both namespaces) under fake.location:
fake.location
fake.location.address
fake.location.address2
fake.location.city
fake.location.state
fake.location.zip
fake.location.coords.{lat,long}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We already have
fake.zip()
and there is an open PR to addfake.address()
.I would propose to move both of these (we can do this in a non-breaking way by exporting them in both namespaces) under
fake.location
:fake.location.address
:fake.address()
as in Create address generator #57fake.location.address2
: generate an optional line that looks like an "address line 2"fake.location.city
: generate a U.S. city namefake.location.state
: generate a U.S. state postal abbreviationfake.location.zip
: move/re-exportfake.zip()
fake.location.coords.{lat,long}
: generate latitude and latitude geocoordinates (we use a few different names for this so we should pick one carefully)The text was updated successfully, but these errors were encountered: