got-or-not

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i got-or-not

Weekly Downloads

1

Version

0.2.1

License

GPL-3.0

Last publish

Collaborators

  • bguiz