Skip to content

JSON list of fake users including names, address and picture

Notifications You must be signed in to change notification settings

Haroenv/fakeusers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Users

This is a list of fake users, with random names, address, and profile picture to use in your mockups and demos.

Check ./data/final.json for the final list.

Data is done in a way that not two profiles can have the same profile picture.

Example

Here is an example of a fake identity:

{
  "email": "liam.walters@example.com",
  "gender": "male",
  "phone_number": "0438-376-652",
  "birthdate": 826530877,
  "location": {
    "street": "9156 dogwood ave",
    "city": "devonport",
    "state": "australian capital territory",
    "postcode": 7374
  },
  "username": "biglion964",
  "password": "training",
  "first_name": "liam",
  "last_name": "walters",
  "title": "mr",
  "picture": "men/50.jpg"
}

Sources

Data is coming from those sources

  • randomeser.me (handpicked list from UI faces
  • Handpicked friends who gave me their consent to use their face in the list

About

JSON list of fake users including names, address and picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%