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.
☆39Updated 6 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:
- Create an array of unique values, in order, from the input arrays☆76Updated 4 years ago
- Get the URL to a Gravatar image from an identifier, such as an email☆76Updated 8 months ago
- Make a function mimic another one☆96Updated last year
- Parse milliseconds into an object☆122Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆92Updated 3 years ago
- Get a random item from an array☆57Updated 3 years ago
- Like the `Did you mean?` in git for npm☆46Updated 2 years ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Get the name of a Windows version from the release number: 5.1.2600 → XP☆45Updated last month
- Check if argv has a specific flag☆94Updated 4 years ago
- Exit the process when the `esc` key is pressed☆57Updated last year
- Check if your package was installed globally☆69Updated 2 years ago
- A better `Promise.race()`☆50Updated 2 years ago
- Get the name of the current operating system. Example: macOS Sierra☆148Updated 5 months ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Check if the process is running inside a Docker container☆227Updated last month
- Run promise-returning & async functions in series☆69Updated 4 years ago
- Filter object keys and values into a new object☆104Updated last year
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Get the diff type of two semver versions: 0.0.1 0.0.2 → patch☆69Updated last month
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆143Updated last month
- Get the path of the parent module☆78Updated last month
- Lazy number range generator☆82Updated last year
- Merge Option Objects☆69Updated last year
- Strip leading whitespace from each line in a string☆142Updated 3 weeks ago
- Filter promises concurrently☆78Updated last year
- Randomize the order of items in an array☆108Updated last month
- Glob to regular expression with support for extended globs.☆74Updated last year
- Indent each line in a string☆113Updated 3 years ago
- Easily edit a json file from the CLI or NodeJS☆54Updated 2 years ago