findlinks
v2.2.0
Published
Find the broken links
Downloads
64
Readme
Findlinks
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)