1.1.0 • Published 8 years ago

noveljs v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

noveljs

npm CHANGELOG dependencies devDependencies

scraping the novel

Installation

npm install -S noveljs

Usage

To use noveljs, you have to setup some sources like noveljs-sources.

import noveljs from 'noveljs';
import sources from 'noveljs-sources';

noveljs.use(sources);

noveljs.fetch('http://www.example.com/', function (data, error) {
  if (!error) {
    // do something with data
  }
});
1.1.0

8 years ago

1.0.0

8 years ago

0.0.0

8 years ago

1.0.0-dev

8 years ago