Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "url-ok", | ||
"description": "check http status for number of URLs with timeout", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"bin": "main.js", | ||
@@ -25,3 +25,6 @@ "main": "lib/url-ok.js", | ||
"url": "https://github.com/cymen/url-ok" | ||
}, | ||
"scripts": { | ||
"test": "jasmine-node --forceexit spec/*spec.js" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# url-ok | ||
# url-ok [![Build Status](https://travis-ci.org/cymen/url-ok.png?branch=master)](https://travis-ci.org/cymen/url-ok) | ||
[![NPM](https://nodei.co/npm/url-ok.png?downloads=true&stars=true)](https://npmjs.org/package/url-ok) | ||
`url-ok` is a HTTP and HTTPS status checker for URLs. The default timeout is 120 seconds at | ||
@@ -4,0 +6,0 @@ which point it will abort the checks and the process will have an exit code of 1. If all |
9651
11
44