Popularity
3.4
Declining
Activity
2.6
Stable
387
10
14
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Latest version: v4.0.0
is-up alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view is-up alternatives based on common mentions on social networks and blogs.
-
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table.
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of is-up or a related project?
Popular Comparisons
README
is-up
Check whether a website is up or down using the isitup.org API
Install
$ npm install is-up
Usage
const isUp = require('is-up');
(async () => {
console.log(await isUp('https://sindresorhus.com'));
//=> true
})();
Related
- is-up-cli - CLI for this module