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
- Host: GitHub
- URL: https://github.com/feluelle/github-crawler-lib
- Owner: feluelle
- License: mit
- Created: 2017-09-25T17:16:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T05:15:53.000Z (about 3 years ago)
- Last Synced: 2025-09-22T02:34:11.067Z (9 months ago)
- Topics: github, javascript-library, made-with-love, web-crawler
- Language: JavaScript
- Size: 274 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.