2.0.3 • Published 7 years ago

the-demo-crawler v2.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

the-demo-crawler

Build Status npm Version JS Standard

Demo of the-crawler

Installation

$ npm install the-demo-crawler --save

Usage

'use strict'

const theDB = require('the-db')
const { SomeCrwl } = require('the-demo-crawler')

async function tryExample () {
  const db = theDB({ /* ... */ })

  const SomeCrwlResult = db.resource('SomeCrwlResult')
  {
    let crawler = new SomeCrwl()
    crawler.addResource(SomeCrwlResult)

    await crawler.run({})
  }
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago