node-crawler
Web Crawler/Spider for NodeJS + server-side jQuery ;-)
File Explorer
Download Latest Version (.zip)- config.yml
- examples.md
- options.md
- SKILL.md
- index.ts
- multiPriorityQueue.ts
- queue.ts
- utils.ts
- cluster.ts
- index.ts
- rateLimiter.ts
- crawler.ts
- index.ts
- crawler.ts
- index.ts
- logger.ts
- options.ts
- avaTestCb.js
- iso8859.html
- binaryDataStream.test.js
- cacheOptions.js
- callback.js
- cookieJar.js
- direct.js
- encoding.js
- errorHandling.js
- examples.js
- http2ErrorHanding.js
- http2Response.js
- limiter.js
- preRequest.js
- priority.js
- rateLimit.js
- requests.js
- urlOptions.js
- userAgent.js
- .gitignore
- .npmignore
- AGENTS.md
- CHANGELOG.md
- crawler_primary.png
- eslint.config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/bda-research/node-crawler
Downloads the entire project code from GitHub to your computer.
cd node-crawler
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install crawler
Downloads and installs the libraries listed in package.json.
$ pnpm test
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
