Internet
For user accounts, you may need an
{{$internet.email}}
and a {{$internet.password}}
, as well as a ASCII {{$internet.userName}}
or Unicode {{$internet.displayName}}
. Since the emails generated could coincidentally be real email addresses, you should not use these for sending real email addresses. If this is a concern, use {{$internet.exampleEmail}}
instead.{{$internet.domainName}}
or a full {{$internet.url}}
.{{$internet.emoji}}
.{{$internet.httpMethod}}
, {{$internet.httpStatusCode}}
, {{$internet.ip}}
, {{$internet.mac}}
, {{$internet.userAgent}}
, and {{$internet.port}}
.color
Name | Type | Default | Description |
---|---|---|---|
blueBase | number | 0 | The optional base blue in range between 0 and 255 . |
greenBase | number | 0 | The optional base green in range between 0 and 255 . |
redBase | number | 0 | The optional base red in range between 0 and 255 . |
displayName
Name | Type | Default | Description |
---|---|---|---|
firstName | string | {{$person.firstName}} | The optional first name to use. |
lastName | string | {{$person.lastName}} | The optional last name to use. |
domainName
domainSuffix
domainWord
Name | Type | Default | Description |
---|---|---|---|
allowSpecialCharacters | boolean | false | Whether special characters such as .!#$%&'*+ should be included in the email address. |
firstName | string | {{$person.firstName}} | The optional first name to use. |
lastName | string | {{$person.lastName}} | The optional last name to use. |
provider | string | The mail provider domain to use. If not specified, a random free mail provider will be chosen. |
emoji
exampleEmail
Name | Type | Default | Description |
---|---|---|---|
allowSpecialCharacters | boolean | false | Whether special characters such as .!#$%&'*+ should be included in the email address. |
firstName | string | {{$person.firstName}} | The optional first name to use. |
lastName | string | {{$person.lastName}} | The optional last name to use. |
httpMethod
httpStatusCode
ip
ip4
ip6
mac
Name | Type | Default | Description |
---|---|---|---|
separator | string | : | The optional separator to use. Can be either ':' , '-' or '' . |
password
Name | Type | Default | Description |
---|---|---|---|
length | number | 15 | The length of the password to generate. |
memorable | boolean | false | Whether the generated password should be memorable. |
pattern | RegExp | /\w/ | The pattern that all chars should match. This option will be ignored, if memorable is true . |
prefix | string | | The prefix to use. |
password
protocol
http
or https
.
url
Name | Type | Default | Description |
---|---|---|---|
appendSlash | boolean | {{$datatype.boolean}} | Whether to append a slash to the end of the url (path). |
protocol | HTTPProtocolType | https | The protocol to use. |
Returns: string |
userAgent
userName
Name | Type | Default | Description |
---|---|---|---|
firstName | string | {{$person.firstName}} | The optional first name to use. |
lastName | string | {{$person.lastName}} | The optional last name to use. |