Skip to content

anisathomas/github-avatar-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

... (whatever else you'd like to include)

About

A command line node app that uses HTTP to retrieve content from GitHub using their API and writes content to a disk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published