2.2.0 • Published 11 months ago

findlinks v2.2.0

Weekly downloads
284
License
MIT
Repository
github
Last release
11 months ago

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)

2.2.0

11 months ago

2.1.0

5 years ago

2.0.0

5 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago