Random User Generator
Michael Brown July 16 2017 02:19:03 AM
Hey, we all need one of these at some point in our Development careers!!The Random User Generator is, to quote their blurb: "A free, open-source API for generating random user data. Like Lorem Ipsum, but for people". Just make an Ajax call to their API, and back will come a list of random users in JSON format (XML, CSV, or YAML).
I came across this handy resource while checking out Spencer Carli's React Native Flatlist Demo on Github. Here's a screenshot of that running in the iOS Simulator.
The data shown here is being pulled from the Random User Generator by an Ajax call.
- Comments [0]