An open API service indexing awesome lists of open source software.

https://github.com/connorslade/unit-convert

📏 A tool for converting between units.
https://github.com/connorslade/unit-convert

unit-converter

Last synced: 2 months ago
JSON representation

📏 A tool for converting between units.

Awesome Lists containing this project

README

          

# unit-convert

A command line tool (and library) for converting between all kinds of units, with support for 78 base units, 43 derived units, metric prefixes and some shorthands.
Try the [web version](https://connorcode.com/files/Sites/unit-converter/index.html) build with web assembly and _very little css_.

```
unit-convert "10m/s^2 => mi/h^2"

10 m/s^2 => 80,529.70651395847 mi/h^2
```