All Projects → Kikobeats → reachable-url

Kikobeats / reachable-url

Licence: MIT license
Given an URL, it resolves as fast as possible, performing a GET without downloading the body.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to reachable-url

Realreachability
We need to observe the REAL reachability of network. That's what RealReachability do.
Stars: ✭ 3,042 (+12068%)
Mutual labels:  ping, reachability
ComputerNetworks-unipd2018
Tips and resources to easily pass the "Computer Networks" practical exam ("Reti di calcolatori") in Padua
Stars: ✭ 21 (-16%)
Mutual labels:  ping
mtr-packet-python
Asynchronous network probes for Python
Stars: ✭ 35 (+40%)
Mutual labels:  ping
speed-cloudflare-cli
📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com
Stars: ✭ 99 (+296%)
Mutual labels:  ping
ICMP-server
simple web app that use icmp protocol to check some devices if there are up or not
Stars: ✭ 16 (-36%)
Mutual labels:  ping
minecraft-server-status
PHP library to check Minecraft Servers Status
Stars: ✭ 36 (+44%)
Mutual labels:  ping
site-monitor
监控网站的可访问性的监控系统
Stars: ✭ 48 (+92%)
Mutual labels:  ping
pinger
Pinger is an uptime and status monitoring application.
Stars: ✭ 14 (-44%)
Mutual labels:  ping
pingPongBallClock
Raspberry Pi code for the Ping Pong Ball Clock Project
Stars: ✭ 23 (-8%)
Mutual labels:  ping
icmpmon
A simple ICMP monitor with web interface.
Stars: ✭ 33 (+32%)
Mutual labels:  ping
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (+452%)
Mutual labels:  ping
pingo
Ping library for Golang with multi-host support
Stars: ✭ 36 (+44%)
Mutual labels:  ping
DS3ConnectionInfo
Simple C# application showing active P2P connection information for Dark Souls III. Also implements a basic ping filter.
Stars: ✭ 31 (+24%)
Mutual labels:  ping
NodePingManage
可用于监控交换机/服务器/防火墙的存活状态的ping监控报警系统
Stars: ✭ 47 (+88%)
Mutual labels:  ping
janitor
Availability monitoring and alerting for IOT devices
Stars: ✭ 55 (+120%)
Mutual labels:  ping
ping-exporter
Prometheus Ping exporter
Stars: ✭ 60 (+140%)
Mutual labels:  ping
uptime
GitHub Action to check the status of endpoints
Stars: ✭ 30 (+20%)
Mutual labels:  ping
gen icmp
ICMP protocol implementation for Erlang without NIFs
Stars: ✭ 26 (+4%)
Mutual labels:  ping
reachable-urls
Check URLs are reachable in text 🕵️
Stars: ✭ 29 (+16%)
Mutual labels:  reachability
pingnoo
An open-source cross-platform traceroute/ping analyser.
Stars: ✭ 149 (+496%)
Mutual labels:  ping

reachable-url

Last version Coverage Status NPM Status

Given an URL, it resolves as fast as possible, performing a GET without downloading the body.

Install

$ npm install reachable-url --save

Usage

const reachableUrl = require('reachable-url')

reachableUrl.isReachable(await reachableUrl('https://google.com')) // => true

API

reachableUrl(input, [options])

url

Required
Type: string

The target URL to be resolved.

options

Same as got#options

License

reachable-url © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · Twitter @Kikobeats

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].