fixer.io

1.0.5 • Public • Published

Fixer Api

Powered by 15+ exchange rate data sources, the Fixer API is capable of delivering real-time exchange rate data for 170 world currencies.

Installing

Using npm:

npm install fixer.io

Example

API KEY

To get your free api key, register on the following website https://fixer.io/product

Current Exchange Rates

const fixer = require('fixer.io');
const FIXER_API_KEY = ‘REPLACE_WITH_YOUR_FIXER_API_KEY
 
(async ()=>{
    try{
        const response = await fixer.currentRates(FIXER_API_KEY);
        console.log(response);
    }catch(error){
        console.log(error);
    }
})();

Reference

For more details visit : https://fixer.io

Package Sidebar

Install

npm i fixer.io

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

2.08 kB

Total Files

3

Last publish

Collaborators

  • abdulgani786