0.2.1 • Published 8 years ago

got-or-not v0.2.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

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

Brendan Graetz

Licence

GPL-3.0

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago