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.
- Host: GitHub
- URL: https://github.com/wichopy/github-avatar-downloader
- Owner: wichopy
- Created: 2017-02-13T17:52:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T03:41:18.000Z (over 9 years ago)
- Last Synced: 2025-01-22T01:47:05.292Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!