Skip to content
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

Open
umutcaptain opened this issue Apr 21, 2024 · 6 comments
Open

how can i use #1

umutcaptain opened this issue Apr 21, 2024 · 6 comments

Comments

@umutcaptain
Copy link

Hello Dima,

this is a great job. how can i create users for my website ? i didnt understand anything abt how it works.

@dzmitry-duboyski
Copy link
Owner

@umutcaptain hi.
You can use the code like this:

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)

@dzmitry-duboyski
Copy link
Owner

@umutcaptain If you have any questions, then ask.
I will try to update the documentation in the near future.

@umutcaptain
Copy link
Author

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 ?

@dzmitry-duboyski
Copy link
Owner

dzmitry-duboyski commented Apr 23, 2024

@umutcaptain hi.
I got message in email.

@umutcaptain
Copy link
Author

any good news ?

@dzmitry-duboyski
Copy link
Owner

@umutcaptain Hi, I've already started doing this. Maybe I'll finish it today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants