Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 453 Bytes

mock-data

It generates a mock-data.json file with 100 objects.

Object example:

{
  "lastName": "Swift",
  "firstName": "Carmine",
  "nino": "6925",
  "address": {
    "street": "7022 Bryon Shoals",
    "city": "Tylerview",
    "county": "Avon"
  },
  "phone": "256-764-0829"
}

Usage

Install the dependencies:

npm install

Create file:

npm start

Credits

Built with Faker.js.