got-or-not
v0.2.1
Published
Ensure that URLs are reachable
Downloads
7
Readme
got-or-not
Ensures that specified URLs are reachable, or that specified files exist.
Installation
npm i --save got-or-not
Usage
var gotOrNot = require('got-or-not');
gotOrNot({
urls: [
'https://github.com/bguiz',
'http://bguiz.com/'
],
files: [
'./package.json',
'./foo/bar/baz'
],
});
Author
Licence
GPL-3.0