https://github.com/pixelastic/fakeusers
JSON list of fake users including names, address and picture
https://github.com/pixelastic/fakeusers
Last synced: over 1 year ago
JSON representation
JSON list of fake users including names, address and picture
- Host: GitHub
- URL: https://github.com/pixelastic/fakeusers
- Owner: pixelastic
- Created: 2016-05-27T18:59:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T19:09:49.000Z (over 5 years ago)
- Last Synced: 2024-04-12T01:05:05.521Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 3.62 MB
- Stars: 17
- Watchers: 3
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```json
{
"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
- [randomuser.me](https://randomuser.me/) (handpicked list from [UI
faces](http://uifaces.com/)
- Handpicked friends who gave me their consent to use their face in the list