MenfiosINC / MenfiosSlackBot

A Slack Bot
0 stars 0 forks source link

Feature for converting currencies #20

Open josemaia opened 6 years ago

josemaia commented 6 years ago

!eur 60 usd - converts 60 usd to euros, and returns the price

!eur usd - displays the conversion rate between eur and usd

Suggested API: fixer.io (i.e. HTTP GET TO https://api.fixer.io/latest?symbols=EUR,USD)

eSoares commented 6 years ago

Would be better a more independent of currency command. Maybe: !money <quantity> <origin> <destination> ?