checklink
1.0.0 • Public • Published checklink 
check deadlink by nodejs.
Install
npm install --save checklink
Example
var checklink = require('checklink');
checklink('https://taobao.com')
.then(function(results) {
console.log(results);
});
checklink(['https://taobao.com', 'http://xxxhhhhhh.com'])
.then(function(results) {
console.log(results);
});
Test
License
MIT © 2015 sobear
Package Sidebar
Install
Weekly Downloads