swapagarwal / JARVIS-on-Messenger

:speech_balloon: A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks
https://m.me/J.A.R.V.I.S.on.Messenger
MIT License
1.35k stars 988 forks source link

Unit Conversion #170

Open GroveIV opened 7 years ago

GroveIV commented 7 years ago

I think it would be pretty cool for Jarvis to be able to do unit conversion so that you could do something like "convert 5 m to ft" and have it respond "5 m = 16.4042 ft"

sandordargo commented 7 years ago

To me it seems that the wit api think every conversion is about currencies. First we might have to update that one.

swapagarwal commented 7 years ago

@GroveIV / @sandordargo Would you be willing to work on making a common conversion library?

abrahamalbert18 commented 7 years ago

I've written a conversion module. Please check "Github JarvisConversion.py" in the repository.