See demo at http://glebbahmutov.com/fake-todos/
Faker.js – generate fake data in the browser and Node
21–30 of 31 posts
Re: Faker.js – generate fake data in the browser and Node
#22Re: Faker.js – generate fake data in the browser and Node
#23Re: Faker.js – generate fake data in the browser and Node
#24The only one anyone needs - is the list of fake todos, generated using https://github.com/bahmutov/fake-todos See demo at http://glebbahmutov.com/fake-todos/
Re: Faker.js – generate fake data in the browser and Node
#25Re: Faker.js – generate fake data in the browser and Node
#26Re: Faker.js – generate fake data in the browser and Node
#27Why would I want to use this? Is this for test data or for obfuscation?
Re: Faker.js – generate fake data in the browser and Node
#28I used this at one point when I needed a large synthetic "customer" dataset, and found the sample size to be somewhat limited. I had to munge first/last names with added random characters. But looking at it now, it appears that's improved. For example, there are about 3000x500 first/last name combinations, for a total of about 1.5M possible full names (for en_US). However, if you need, say, as many unique last names…
This should expand the amount of name combinations considerably.
Re: Faker.js – generate fake data in the browser and Node
#29Re: Faker.js – generate fake data in the browser and Node
#30This reminds me of an old project of mine[0], this generates Arabic names. [0] https://github.com/RaedsLab/Tunisian_Name_Generator