findlinks

2.2.0 • Public • Published

Findlinks

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Find the broken links

Installation

npm install findlinks -g

Usage

findlinks https://eggjs.org/

Thanks https://cn.vuejs.org for test fixtures

API

If you require this module, it will return a function.

const findlinks = require('findlinks');
findlinks({ src: 'https://eggjs.org/' })
  .then(result => console.log(result))
  .catch(err => console.error(err));
// { count: xx, success: xx, fail: xx }

License

(The MIT License)

/findlinks/

    Package Sidebar

    Install

    npm i findlinks

    Weekly Downloads

    3

    Version

    2.2.0

    License

    MIT

    Unpacked Size

    8.69 kB

    Total Files

    7

    Last publish

    Collaborators

    • popomore