Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/norandiaconu/height-calculator

Calculate height from multiple input units to multiple output units.
https://github.com/norandiaconu/height-calculator

npm npm-package

Last synced: 16 days ago
JSON representation

Calculate height from multiple input units to multiple output units.

Awesome Lists containing this project

README

        

# height-calculator 1.0.0
Calculate height from multiple input units to multiple output units.

## Installation
- npm i height-calculator

## Usage
- npx height-calculator

## Example run
Please enter a height:
> 999

Please enter a unit to convert from:
1) cm
2) m
3) ft
4) U.S. football fields (ff)
> 1

Please enter a unit to convert to:
1) cm
2) m
3) ft
4) U.S. football fields (ff)
> ff

999 cm -> 0.09104302584 football fields

Calculate another height? (y or 1 to go again)