-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i use #1
Comments
@umutcaptain hi. const getFakeUser = require('get-fake-user')
// With the help of additional settings, you can specify in more detail which users you need to create
const usersettings = {
language: "es",
gender: "female",
count: 100
}
// The `users` variable contains an array containing objects with created users
const users = getFakeUser(usersettings)
console.log(users) |
@umutcaptain If you have any questions, then ask. |
dear @dzmitry-duboyski dima, thx for your kindly reply. may i reach you via twitter or somewhere else. i would like to use your codes for my website www.ayna.org and i dont know how to use this ? also can we write a .txt file for automatic chat inside of rooms ? and when they registered to website how can i move them to the random rooms on website ? |
@umutcaptain hi. |
any good news ? |
@umutcaptain Hi, I've already started doing this. Maybe I'll finish it today |
Hello Dima,
this is a great job. how can i create users for my website ? i didnt understand anything abt how it works.
The text was updated successfully, but these errors were encountered: