From d9a08b0b85a3c6f8dec393ebcbcb092028b9e8e9 Mon Sep 17 00:00:00 2001 From: Kasper Date: Thu, 8 Apr 2021 04:01:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 95f52a5..a7a556c 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,14 @@ match string { ### Potential Improvements - Support for conversion between Power, Current, Resistance and Voltage. Multiplication and division is currently supported, but not conversions using sqrt or pow. +- E notation, like 2E+10 - Unit types - Currency: How to go about dynamically updating the weights? + - https://api.exchangerate-api.com/v4/latest/USD + - https://www.coingecko.com/en/api + - https://developers.coinbase.com/api/v2 + - Timezones + - Binary/octal/decimal/hexadecimal/base32/base64 - Fuel consumption - Data transfer rate - Color codes