Given a GitHub repository name and owner, download all the contributors' profile images and save them to a subdirectory, avatars/.
- run 'npm install'
- create a '.env' file in the folder
- retrieve your GITHUB_TOKEN and insert into the '.env' file
This program should be executed from the command line, in the following manner:
node download_avatars.js owner repository