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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i noveljs

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • ikatyang