An open API service indexing awesome lists of open source software.

https://github.com/alextanhongpin/node-github-api

:page_with_curl: sample github api queries with nodejs for scraping purposes
https://github.com/alextanhongpin/node-github-api

data github-api nodejs

Last synced: 10 months ago
JSON representation

:page_with_curl: sample github api queries with nodejs for scraping purposes

Awesome Lists containing this project

README

          

# node-github-api

:page_with_curl: sample github api queries with nodejs for scraping purposes

## Description

Scraping github users based by the year the account is created. The reason we do this is due to github's api limitation that limits only 1000 results.

# Data

The folder `data/search` contains the data from the Github's Search API. It contains the list of the Github users from Malaysia based on when the account was created.

The folder `data/user` contains the data of the users from the Github's User API endpoint. It has additional field compared to the results from the Github's Search API.

The folder `data/repo` contains the data for each user's repositories.

### Cli
Contains cli tools

You can recognize it by the shebang `#! /usr/bin/env node`
and also `chmod u+x yourscript`.