convert-units / convert-units
An elegant way to convert quantities between different units.
☆783Updated last month
Related projects ⓘ
Alternatives and complementary repositories for convert-units
- JavaScript library for quantity calculation and unit conversion☆396Updated 7 months ago
- Generate hashes from javascript objects in node and the browser.☆1,404Updated 3 months ago
- Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.☆2,526Updated last year
- A port of inflection-js to node.js module☆554Updated last month
- 361000 becomes "6 minutes, 1 second"☆1,650Updated 5 months ago
- JavaScript library to generate a human readable String describing the file size☆1,620Updated last month
- Retry a promise-returning or async function☆793Updated 3 weeks ago
- A tiny JavaScript utility to access deep properties using a path (for Node and the Browser)☆1,062Updated last year
- Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.☆726Updated 2 years ago
- Simple fuzzy search☆224Updated last year
- 🚜 Parse text and tables from PDF files.☆628Updated last week
- Generate a cryptographically strong random string☆569Updated 2 years ago
- Pluralize or singularize any word based on a count☆2,147Updated 4 months ago
- i18n for ISO 3166-1 country codes☆807Updated this week
- Convert a string to a valid safe filename☆489Updated last year
- Deep diffs two objects, including nested structures of arrays and objects, and returns the difference. ❄️☆1,062Updated 8 months ago
- A JS library for number formatting☆1,104Updated 7 months ago
- Get a random temporary file or directory path☆424Updated last year
- Human readable time distances for javascript☆461Updated 9 months ago
- Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC39…☆583Updated last year
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar