Skip to content

accubits/currency-converter-nodejs-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text <>

Currency Converter

A currency convertion utility , which can be used to calculate the forex value of te currency.

Installation

Install the package with:

npm i @accubits/currency-converter

USAGE

	let converter = require('@accubits/currency-converter')

Get Available currencies

	let converter = require('@accubits/currency-converter')
	converter.getCurrencies().then(currencies=>{  
    console.log(res)  
 })

Conversions

Example : Convert 200 USD to INR

	let converter = require('@accubits/currency-converter')
	converter.convert('USD','INR',200).then(res=>{  
    console.log(res)  
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published