An open API service indexing awesome lists of open source software.

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

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
```