UNPKG

crawler

Version:

Crawler is a web spider written with Nodejs. It gives you the full power of jQuery on the server to parse a big number of pages as they are downloaded, asynchronously

20 lines (16 loc) 232 B
language: node_js node_js: - 10 - 12 - 14 os: - linux - osx script: - "npm run hint" - "npm run test" - "npm run cover" after_script: "cat ./coverage/lcov.info | coveralls" matrix: allow_failures: - os: osx