vaslabs / vunits

A simple - for now - library to convert various physical units to different measurement units

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vunits

Add repository to project build file

  repositories {
	    // ...
	    maven { url "https://jitpack.io" }
	}

Add dependency to your module.

  	dependencies {
	        compile 'com.github.vaslabs:vunits:0.3'
	}

Units supported:

Distance

  • Meters
  • Feet
  • Kilometers
  • Miles

Time

  • Milliseconds
  • Seconds
  • Minutes
  • Hours
  • Days

Velocity

Combine any one from distance with one from time

Pressure

Tested

  • PSI
  • ATM
  • hPa

Untested

  • Pascal
  • Torr
  • AT

About

A simple - for now - library to convert various physical units to different measurement units

License:MIT License


Languages

Language:Java 100.0%