UNPKG

status-is-ok

Version:

Check if the url is 200-A-Ok 🎈 [![NPM version](https://img.shields.io/npm/v/status-is-ok.svg?style=flat)](https://www.npmjs.com/package/status-is-ok) [![NPM download count](https://img.shields.io/npm/dm/status-is-ok.svg?style=flat)](https://www.npmjs.com

34 lines (33 loc) • 701 B
{ "name": "status-is-ok", "version": "1.2.4", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/theatlasroom/status-is-ok.git" }, "bugs": { "url": "https://github.com/theatlasroom/status-is-ok/issues" }, "homepage": "https://github.com/theatlasroom/status-is-ok#readme", "devDependencies": { "standard": "^13.0.2", "tap-dot": "^2.0.0", "tape": "^4.11.0" }, "dependencies": { "axios": "^0.21.2" }, "scripts": { "test": "tape test.js | tap-dot ", "lint": "standard *.js --fix" }, "author": "Ezekiel <@theatlasroom>", "keywords": [ "200", "http", "status", "OK" ] }