Licence
MIT
Version
1.1.0
Deps
1
Vulns
0
Weekly
0
noveljs
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
}
});