dbot/modules/units/README.md

26 lines
539 B
Markdown
Raw Normal View History

## Unit conversion
Converts units into other units.
### Description
This module provides a command which allows users to convert units into another
unit given the international character of networks. Converts time, distance,
mass, volume and digital values.
2014-02-20 06:06:02 +01:00
### Dependencies
It has following dependencies:
2014-02-20 06:06:02 +01:00
+ [node-units](https://github.com/brettlangdon/node-units)
### Commands
#### ~convert [input value] [input unit] to [output unit]
Example:
~convert 5 minutes to s
~convert 20 quarts to gallons
### TODO
2014-02-20 06:06:02 +01:00
+ Currency Conversion