Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

fixer-rate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fixer-rate

A foreign exchange rates and currency conversion API

Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

fixer-io

A foreign exchange rates and currency conversion API.

Codeship Status for bukinoshita/fixer-rate

The rates are updated daily around 4PM CET.

Install

$ npm install --save fixer-rate

Usage

const fixerRate = require('fixer-rate')

fixerRate().then(rates => {
  console.log(rates)
})

API

fixerRate(base)

base

Type: string
Default: USD
Options: options
Required

License

MIT © Bu Kinoshita

FAQs

Package last updated on 08 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts