https://github.com/crissdev/ko-random-user
A simple app created with Knockout that uses randomuser.me
https://github.com/crissdev/ko-random-user
Last synced: 11 days ago
JSON representation
A simple app created with Knockout that uses randomuser.me
- Host: GitHub
- URL: https://github.com/crissdev/ko-random-user
- Owner: crissdev
- License: mit
- Created: 2015-05-06T21:15:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T20:06:51.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T08:17:05.761Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://crissdev.github.io/ko-random-user/
- Size: 516 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ko-random-user
A simple app created with Knockout that uses https://randomuser.me
### Run the app
```sh
git clone https://github.com/crissdev/ko-random-user.git
npm install
npm start
```