are-u-alivedeprecated

check if the server responds

Usage no npm install needed!

<script type="module">
  import areUAlive from 'https://cdn.skypack.dev/are-u-alive';
</script>

README

are-u-alive [Build Status]

Check if the server responds

Install

$ npm install --save are-u-alive

Usage

const areAlive = require('are-u-alive');

areAlive('http://jermor.in') => true
areAlive('http://tototototototo.in') => false