got-or-not
v0.2.1
Published
Ensure that URLs are reachable
Readme
got-or-not
Ensures that specified URLs are reachable, or that specified files exist.
Installation
npm i --save got-or-notUsage
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
