2.2.0 • Published 2 years ago

findlinks v2.2.0

Weekly downloads
284
License
MIT
Repository
github
Last release
2 years 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

2 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago