Simplify your testing
Easily generate fake data for populating your mockups and testing your applications
Try it out!
12// Example of a random user purchase invoicevar moment = require('moment'); // moment.js to format dates
{ "invoiceID": "250512-QBA-31603", "date": "May 12, 2025 4:38 PM", "itemsPurchased": 5, "items": "mentos,bread,eggs,sprite,avocado", "card": "4716-7085-7605-7454", "total": "$18.35" }