Skip to content

Simple currency conversion tool built using React. Convert up to 170 (crypto)currencies to and from one another.

License

Notifications You must be signed in to change notification settings

Aleksasgrodis/currensee-currency-coverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currensee - Currency Rate Converter

About

Simple currency conversion tool built with React. Allows for conversion of up to 170 currency pairs, mostly centralized currencies but includes a few decentralized cryptocurrencies as well.


Limitations

The free version of the API in use updates the currency rates once every hour and is therefore unfortunately not real-time.

Besides the update frequency, there are API call limitations set in place as well. To prevent spamming and futile calls/refreshing I've implemented storing certain data locally which makes sure to only send out api calls once an hour has passed since the latest update.

The API also only allows for one endpoint, latest rates and 'USD' as base. Because of this, extra work and calculations were necessary to convert between different pairs not involving the United States Dollar.

Local Use

If one decides to try to run this locally, mind the fact that api calls are done through Vercel's serverless function from the Open Exchange Rates API and requires an API key and therefore won't work optimally until the necessary setup (hosting/key) is done.

About

Simple currency conversion tool built using React. Convert up to 170 (crypto)currencies to and from one another.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published