Skip to main content
Deno 2 is finally here 🎉️
Learn more

Currency_converter

Deno module to convert fiat currencies with initial fetched API from fixer.io

Usage example

There are two different modes for this module

1) Convert Currency with Realtime Data

CODEBLOCK WILL FOLLOW

1) Convert Currency with Saved Data from .json file

CODEBLOCK WILL FOLLOW

Get private API key from fixer.io

Original versioning repository

Link: https://github.com/mimed100/deno_currency_converter Unfortunetly the free fixer.io api key does not support changing base currency directly by request…