/base-convertor

"Base Converter" is an Action for Google Assistant which lets you convert a number of a specified base to the specified base. Various bases supported ranging from 2 to 36. It includes Binary(base2), Octal(base8), Decimal(base10), Hexadecimal(base16) and so on. You can use in this format as " <number> <numbers-base> to <specific-base>" to instantly convert the number . For example, you can say as "10ba hexadecimal to decimal" or "10ba 16 to 10" to instantly convert 10ab of base 16 to base 10.

Primary LanguageJavaScriptMIT LicenseMIT

Watchers