Build simple GitHub REST API consumer to download information
- followers
- repos
- orgs, etc
for a multiple users and store in the filesystem.
In the root of the repository open the terminal and run the make build
command.
-
make all
ormake build
: Builds binary. -
make clean
: Removes binary if any. -
make run
: Executes the binary.
make build
& then
./fetchGithubData [username1] [username2] [username3] ....
make build
& then
./fetchGithubData -con [username1] [username2] [username3] .....