DEV Community

Discussion on: 10 Fun APIs to Use For Your Next Project

Collapse
 
fluffynuts profile image
Davyd McColl

Thanks! I made currex which is a CLI currency converter between all supported currencies on exchangerate-api.com using the free interface (your own api key is required, but you don't need to pay). I've wanted a CLI currency converter for a while now, so this finally made me do it (:

examples for use: npx currex aud to cad or npx currex 23.99 aud to zar

Collapse
 
hb profile image
Henry Boisdequin

So cool! Thanks for reading!