GitShow/sindresorhus/is-up
sindresorhus

is-up

Check whether a website is up or down

by sindresorhus
Star on GitHubForknpm

JavaScript

389 stars14 forks7 contributorsQuiet · 4y agoSince 2014v5.0.0MIT

Meet the team

See all 7 on GitHub →
sindresorhus
sindresorhus28 contributions
kevva
kevva3 contributions
realabbas
realabbas1 contribution
arthurvr
arthurvr1 contribution
Richienb
Richienb1 contribution
SamVerschueren
SamVerschueren1 contribution
ntwb
ntwb1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
71
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
abdelrhmanshokr
Cannot read property 'startsWith' of undefined ClosedIssue

For some reason this package keeps giving me the error above "Cannot read property 'startsWith' of undefined" even when I copy the code from this repo or from the npm site can anyone help me ? here is my code const isUp = require('is-up'); exports.add_a_new_report = async(req, res) => { try{ var url = 'https://google.com'; console.log(await isUp(url)); }catch(err){ return res.status(400).json(err.message); } }

abdelrhmanshokr · 4y ago
Richienb
Move to GitHub ActionsMergedPR
Richienb · 5y ago
realabbas
Accept full URLs as inputMergedPR

Input Domain Url doesn't work when we input it as follows or !image AFTER Changes** Now it just takes the string and eliminates the rest.

realabbas · 6y ago
Structured data for AI agents

Repository: sindresorhus/is-up. Description: Check whether a website is up or down Stars: 389, Forks: 14. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v5.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, kevva, realabbas, arthurvr, Richienb, SamVerschueren, ntwb.

·@ofershap

Replace github.com with gitshow.dev