cached-open-exchange-rates-sdk
Open Exchange Rates SDK that caches results to avoid hitting the usage limit
Usage
const coxr = ;const oxr = ; await oxr; // Directly requests from OXRawait oxr; // Tries the cache, throws an error if there is no cached valueawait oxr; // Tries the cache and requests from OXR if is not present