UNPKG

dollar-tomans-api

Version:

return last price of currency like dollar, pound, euro, bitcoin plus oil and gold price in rials(or tomans)

13 lines (7 loc) 264 B
const { fetchAll, fetchFootbalLeageTable } = require('./index.js'); (async function () { var lastPrice = await fetchAll(); console.log(JSON.stringify(lastPrice)); var leageTable = await fetchFootbalLeageTable(); console.log(leageTable); })();