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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    2
  • 1.0.0
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i noveljs

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • ikatyang