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

https://github.com/feluelle/github-crawler-lib

A JavaScript Library for web crawling github.com
https://github.com/feluelle/github-crawler-lib

github javascript-library made-with-love web-crawler

Last synced: about 2 months ago
JSON representation

A JavaScript Library for web crawling github.com

Awesome Lists containing this project

README

          

# github-crawler-lib

A JavaScript Library for web crawling github.com

## Installation

You can install it via [npm](https://www.npmjs.com/)

`npm install github-crawler-lib`

## Build

The build task executes [babel](https://babeljs.io/) to transpile ES6 Syntax to a lower one that works in any browser.

`npm run build`

## Tests

It uses [jasmin](https://jasmine.github.io/) for testing.

`npm test`

## Additional Notes

According to GitHub's Terms of Service, scraping is allowed for specific purposes.

See [this](https://help.github.com/articles/github-terms-of-service/#5-scraping) for more information.