sindresorhus / is-online
Check if the internet connection is up
☆1,254Updated 8 months ago
Alternatives and similar repositories for is-online:
Users that are interested in is-online are comparing it to the libraries listed below
- Check if servers are reachable☆380Updated last year
- Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`☆1,150Updated 5 months ago
- The fastest Node.js library for formatting terminal text with ANSI colors~!☆1,652Updated last year
- See node.js errors with less clutter☆1,521Updated 10 months ago
- Copy text to the clipboard in modern browsers (0.2 kB)☆1,033Updated last year
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,140Updated 3 months ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,107Updated last month
- Simple argument parsing☆1,275Updated 9 months ago
- Simple config handling for your app or module☆1,270Updated 4 months ago
- JavaScript library to generate a human readable String describing the file size☆1,655Updated 6 months ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…