This is a simple node "helper" app to generate a random user objects and log them into a .txt
file.
You can use this app to populate random users for a database or to create random user objects for manipulating / testing purposes.
Run the node rands.js
command to create a rands.txt
file.
You can change / remove / add properties for the users from the predefined parameters in the app or use the randuser.me API docs for more info.
This simple tool was build using node.JS and the randuser.me API.