https://github.com/react-brasil/random-dojo-users
Generate N randoms github users to assign Dojo Tasks
https://github.com/react-brasil/random-dojo-users
Last synced: 12 months ago
JSON representation
Generate N randoms github users to assign Dojo Tasks
- Host: GitHub
- URL: https://github.com/react-brasil/random-dojo-users
- Owner: react-brasil
- Created: 2016-02-13T21:59:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T12:02:30.000Z (over 10 years ago)
- Last Synced: 2025-06-04T19:55:15.613Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Dojo Users
Generate N randoms github users to assign Dojo Tasks
# First, install the dependencies
```sh
npm install
```
# Usage
Generate 1 random user
```sh
npm start
```
or
Generate 3 random users
```sh
node index.js 3
```