Skip to content

Online currency converter from KZT to USD and RUB

Notifications You must be signed in to change notification settings

dailcoyote/nb-rss-rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nb-rss-rates

Online currency converter from KZT to USD and RUB

Installation

npm install git+https://github.com/dailcoyote/nb-rss-rates.git --save

Usage

With Calculate

const nbRSSParser = require("nb-rss-rates");

const kztValue = 45000;
nbRSSParser.calculateExchRates(kztValue)
    .then((data) => console.log(data))
    .catch((e) => console.log(e))

Output

{ USD: 117.03, RUB: 7377.05 }

With only parse

const nbRSSParser = require("nb-rss-rates");

// Usage
nbRSSParser.parseExchRates()
    .then((data) => console.log(data))
    .catch((e) => console.log(e))

Output

{ USD: 384.52, RUB: 6.1 }

About

Online currency converter from KZT to USD and RUB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages