nfriedly / approximate-numberLinks
Converts numbers into a more human-friendly format. E.g. 123456 becomes 123k. Similar to `ls -lh` or Stack Overflow's reputation numbers.
☆38Updated 3 months ago
Alternatives and similar repositories for approximate-number
Users that are interested in approximate-number are comparing it to the libraries listed below
Sorting:
- Like the `Did you mean?` in git for npm☆46Updated 2 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆90Updated 2 years ago
- Parse milliseconds into an object☆119Updated last year
- Get the URL to a Gravatar image from an identifier, such as an email☆76Updated 5 months ago
- Run promise-returning & async functions in series☆68Updated 3 years ago
- Get the name of the current operating system. Example: macOS Sierra☆148Updated 2 months ago
- A better `Promise.race()`☆46Updated 2 years ago
- Get the latest stable semver version from an array of versions☆47Updated 3 years ago
- Check if a string is HTML☆95Updated last year
- Asynchronous, single package CLI framework for Node☆117Updated 3 years ago
- Check if the process is running inside a Docker container☆223Updated last year
- count files, directories, and bytes recursively in a folder as fast as possible.☆19Updated 8 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- A simple way to cache and replay readable streams.☆45Updated 6 years ago
- Filter promises concurrently☆76Updated last year
- Exit the process when the `esc` key is pressed☆56Updated last year
- Get the name of a Windows version from the release number: 5.1.2600 → XP☆45Updated 2 months ago
- Indent each line in a string☆113Updated 3 years ago
- Check if argv has a specific flag☆94Updated 4 years ago
- Round a number to a specific number of decimal places: 1.234 → 1.2☆156Updated 2 years ago
- Run a piece of code when the javascript process stops. Works in all environments (browsers, nodejs..)☆55Updated this week
- Strip leading whitespace from each line in a string☆137Updated 3 years ago
- Given an entrypoint, get all of the dependencies connected to it.☆30Updated 2 years ago
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆141Updated 3 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Sort the keys of an object☆104Updated 11 months ago
- Filter object keys and values into a new object☆103Updated last year
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago