1.0.8 • Published 3 years ago

live-fuel-currency-gold-prices v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago