Download Private Github Repo Using Node.js

Milos Bejda
1 min readOct 29, 2017

--

The following gist uses the Node.js Request client to download a private repository from Github. The response from the request will contain a blob that can later be saved or further transformed .

Example

Here is an example of me downloading a private repository from Github and uploading it to an AWS S3 bucket.

--

--

No responses yet