A Node.js library to check if a website is online using the isitup.org API.
is-up is a Node.js library that checks whether a website is online or offline by querying the isitup.org API. It solves the need for programmatically verifying website availability in applications, scripts, or monitoring tools. The library returns a simple boolean response, making it easy to integrate into various workflows.
Node.js developers who need to incorporate website uptime checks into their applications, monitoring systems, or automation scripts.
Developers choose is-up for its simplicity, reliability, and zero-configuration approach—it leverages a trusted external API without requiring API keys or complex setup, making it ideal for quick integrations.
Check whether a website is up or down
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Offers a single function that returns a boolean, making integration straightforward without complex configuration.
Uses async/await, fitting seamlessly into modern JavaScript workflows for asynchronous operations.
Leverages the trusted isitup.org API, which is known for accurate uptime checks without requiring API keys.
No setup or authentication needed, allowing for quick implementation directly from npm installation.
Completely relies on the isitup.org API; any service changes, downtime, or shutdowns directly break functionality.
Only provides a boolean response with no options for custom timeouts, detailed HTTP status codes, or retry mechanisms.
Sends URLs to a third-party service (isitup.org), which may not be suitable for sensitive or confidential applications.