tuddman / convert-si

convert from widely used units into SI units

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert SI Units

convert from widely used units into SI units.

Docker

docker build -t convert:si .
docker run --rm -it -p 3000:3000 convert:si 

Direct

npm install
node src/index.js

Usage

curl -X GET \
  'http://172.17.0.2:3000/units/si?units=%28degree/minute%29' 
{
    "unit_name": "(rad/s)",
    "multiplication_factor": 0.00029088820867
}

About

convert from widely used units into SI units


Languages

Language:JavaScript 95.1%Language:Dockerfile 4.9%