README
Converter Service
A service to convert from unit to units.
Goals include being light weight, fast, and will do its best to convert any unit X to unit Y.
Example future goal: Convert BTU to Watts (would end up with Watt Hours).
Unit conversion library. Distance (for now).
<script type="module">
import convertsvc from 'https://cdn.skypack.dev/convertsvc';
</script>
A service to convert from unit to units.
Goals include being light weight, fast, and will do its best to convert any unit X to unit Y.
Example future goal: Convert BTU to Watts (would end up with Watt Hours).