live-fuel-currency-gold-prices

1.0.8 • Public • Published

live-fuel-currency-gold-prices

live-fuel-currency-gold-prices is package to get live prices of fuel, currency and gold.

Installation

npm i live-fuel-currency-gold-prices

Usage

const fun=require('live-fuel-currency-gold-prices')

Promise.all([ fun.getLiveRates('cur'), fun.getLiveRates('gold'),fun.getLiveRates('fuel'),fun.getLiveRates('all') ] ).then( data=> {
    const cur = data[0];
    const gold = data[1];
    const fuel = data[2];
    const all = data[3];
    console.log(all)
  });

License

[Syedhaseeb16]

Dependents (0)

Package Sidebar

Install

npm i live-fuel-currency-gold-prices

Weekly Downloads

4

Version

1.0.8

License

ISC

Unpacked Size

3.93 kB

Total Files

4

Last publish

Collaborators

  • syedhaseeb16