noveljs
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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
  }
});

Readme

Keywords

Package Sidebar

Install

npm i noveljs

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • ikatyang