npm.io
1.1.0 • Published 9 years ago

noveljs

Licence
MIT
Version
1.1.0
Deps
1
Vulns
0
Weekly
0

noveljs

npm CHANGELOG build coverage dependencies

scraping the novel

Installation

npm install --save noveljs

Usage

import noveljs from 'noveljs';

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