A JavaScript Library for web crawling github.com
You can install it via npm
npm install github-crawler-lib
The build task executes babel to transpile ES6 Syntax to a lower one that works in any browser.
npm run build
It uses jasmin for testing.
npm test
According to GitHub's Terms of Service, scraping is allowed for specific purposes.
See this for more information.