Repository
Current version released
5 years ago
down
Check if website is down using ping command.
Example
import { down } from 'https://deno.land/x/down/mod.ts'
await down('example.com') // falseCheck if website is down using ping command.
import { down } from 'https://deno.land/x/down/mod.ts'
await down('example.com') // false