fabriceleal / github.data

Downloads data from the github API into the filesystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github data

Extract data from the github's API.

Attention! User/password are saved as plain text :'(

Run

node make.js

Output:

out\
 |-user\
    |- repos.json
    |- repo-1\
    |   |- languages.json
    |   |- branches.json
    |- ....


About

Downloads data from the github API into the filesystem


Languages

Language:JavaScript 100.0%