1.2.0 • Published 3 years ago

shadow-dollars.js v1.2.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Why shadow-dollar.js ?.

  • Easy and fast to use !
  • is constantly developing !
  • It has been programmed with care !

Installations

npm i shadow-dollar.js

Usage

All available currency.

/*
Currency:
SAR = SaudiArabia Rial
AED = Arab Emirates Dinar
QAR = Qatar Rial
OMR = Omani Rial 
and other...
*/
const shadow = require("shadow-dollar.js")

var currency = shadow.[Currency here](Number of dollar)
currency.then(res => {
  console.log(res)
})

Example

const shadow = require("shadow-dollar.js")
var currency = shadow.EUR(1)
currency.then(res => {
  console.log(res)
})

links