fxapi for Meteor
- Website: https://fxapi.com
- Docs: https://fxapi.com/docs
Install
meteor add everapi:fxapi
Quickstart: latest FX rates
1import { FxApi } from 'meteor/everapi:fxapi'; 2 3const client = FxApi.createClient(process.env.FXAPI_KEY); 4const latest = await client.latest({ base: 'USD', symbols: 'EUR,GBP' }); 5console.log(latest);
Set FXAPI_KEY
in your environment or Meteor settings.
License
MIT