Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Set v0.2.0
  • Loading branch information
Ugo committed Mar 22, 2020
1 parent 2e4ac05 commit 4ea0330
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@ This is a node library for generating test users/merchants with realistic anagra
{
country: 'DE',
personal_profile: {
first_name: 'Emma',
last_name: 'Christ',
date_of_birth: 1986-03-18T23:00:00.000Z,
mobile_phone: '+491601489983',
first_name: 'Kilian',
last_name: 'Busch',
date_of_birth: 1977-10-18T23:31:40.498Z,
mobile_phone: '+491607793762',
national_id: 'T220001293'
},
merchant_profile: {
business_profile: {
merchant_category_code: '7392',
nature_and_purpose: 'Life is our purpose',
company_name: 'Umbrella Corp. DE',
vat_id: 'DE210778237',
vat_id: 'DE269991274',
company_registration_number: 'T220001293',
website: 'http://villains.wikia.com/wiki/Umbrella_Corporation',
mobile_phone: '+491601489983'
mobile_phone: '+491607793762'
},
address: {
country: 'DE',
address_line1: '6735 Kähler Row',
address_line2: '',
city: 'Karldorf',
post_code: '97968',
region_name: 'Thüringen',
landline: '+491601489983',
first_name: 'Emma',
last_name: 'Christ',
address_line1: '5891 Zipse Station',
address_line2: '78',
city: 'Zimmerdorf',
post_code: '80568',
region_name: 'Baden-Württemberg',
landline: '+491607793762',
first_name: 'Kilian',
last_name: 'Busch',
company: 'Umbrella Corp. DE'
}
}
Expand Down Expand Up @@ -94,7 +94,6 @@ You can also run unit tests (`npm run test:unit`) or integration tests (`npm run

### Sources

- Faker (been soon deprecated)
- https://github.com/greggles/mcc-codes

## Contributing
Expand Down
40 changes: 20 additions & 20 deletions dependencygraph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "white-summoner",
"version": "0.1.5",
"version": "0.2.0",
"description": "A user generator with realistic anagraphic data",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4ea0330

Please sign in to comment.