Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 612 Bytes

github-crawler-lib

A JavaScript Library for web crawling github.com

Installation

You can install it via npm

npm install github-crawler-lib

Build

The build task executes babel to transpile ES6 Syntax to a lower one that works in any browser.

npm run build

Tests

It uses jasmin for testing.

npm test

Additional Notes

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

See this for more information.