goldprice
v1.0.0
Published
Fetch the latest gold price
Downloads
4
Readme
Gold Price
Installation
npm install --save goldprice
Usage
const goldprice = require('goldprice");
(async() {
let price = await goldprice.getLiveGoldPricePerOunceInDollars()
console.log(`The currency price of one ounce of gold is $$({price}`);
})();