swe-mock
v1.1.0
Published
Generate mock data in Swedish
Downloads
12
Maintainers
Readme
mock-data-generator
Generate mock data in Swedish
Test
npm run test
Generate docs
npm run docs
Modules
Functions
address
- address
- .city() ⇒ string
- .streetAddress() ⇒ string
- .zipCode() ⇒ string
address.city() ⇒ string
The name of a random city
Kind: static method of address
address.streetAddress() ⇒ string
A random street address
Kind: static method of address
address.zipCode() ⇒ string
A random five digit zip code
Kind: static method of address
date
date~randomDate([start], [end]) ⇒ Date
Random date
Kind: inner method of date
| Param | Type | Default | Description | | ------- | --------------------------------------------------------------- | ----------------------- | ----------- | | [start] | Date | String | Number | 0 | Start date | | [end] | Date | String | Number | Date.now() | End date |
name
- name
- ~firstName() ⇒ string
- ~lastName() ⇒ string
- ~name() ⇒ string
name~firstName() ⇒ string
A random first name
Kind: inner method of name
name~lastName() ⇒ string
A random last name
Kind: inner method of name
name~name() ⇒ string
A first name and a last name
Kind: inner method of name
boolean() ⇒ boolean
True or false
Kind: global function
email([options]) ⇒ string
A random lower case email address
Kind: global function
| Param | Type | Default | Description | | ---------------- | ------------------- | --------------- | -------------------------------------- | | [options] | Object | {} | Your preferred email details | | [options.prefix] | string | | Customize the left side of the @-sign | | [options.domain] | string | | Customize the right side of the @-sign |
lorem([n]) ⇒ String
Lorem ipsum sentences
Kind: global function
| Param | Type | Default | Description | | ----- | ------------------------------ | -------------- | ------------------- | | [n] | number | 1 | Number of sentences |
number([min], [max]) ⇒ number
Generates a random number
Kind: global function
| Param | Type | Default | | ----- | ------------------------------ | ------------------- | | [min] | number | 0 | | [max] | number | min+10 |
phone() ⇒ string
A random phone number
Kind: global function