JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 89
  • Score
    100M100P100Q52507F
  • License MIT

simple polite crawling of the web.

Package Exports

  • mrspider

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mrspider) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mr Spider

Crawl the web politely.

NPM

alt tag Coverage Status

Join the chat at https://gitter.im/vermiculite/mrspider

Installation

$ npm i mrspider --save

Example

An example for parking data

Middleware

####Fetch the page

mrspider request

####Parse DOM

mrspider cheerio

mrspider JSDOM

####Parse Data

mrspider regex data extractor

mrspider css data extractor

mrspider css links

mrspoder image extraction

####Data validation

mrspider validator

####Data persistence

mrspider mongodb persister

Features

  • Super simple api.
  • Streaming architecture allows complete customisation.
  • Use the full power of JavaScript giving you great flexibility.

Tests

To run the test suite, first install the dependencies, then run npm test: