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

https://github.com/wichopy/github-avatar-downloader

download github avatars from your favourite repos and recommended top 5 repo's based on the contributors for your target repo.
https://github.com/wichopy/github-avatar-downloader

Last synced: over 1 year ago
JSON representation

download github avatars from your favourite repos and recommended top 5 repo's based on the contributors for your target repo.

Awesome Lists containing this project

README

          

# GitHub Avatar Downloader

## Problem Statement

Given a GitHub repository name and owner, download all the contributors' profile images and save them to a subdirectory, `avatars/`.

## Expected Usage

This program should be executed from the command line, in the following manner:

`node download_avatars.js jquery jquery`

...more to come later!