UNPKG

mnb-rates

Version:

Retrieves the actual currency exchange rates from the Hungarian National Bank SOAP API.

41 lines (40 loc) 885 B
{ "dependencies": { "soap": "^0.43.0", "xml2js": "^0.4.23" }, "type": "module", "name": "mnb-rates", "description": "Retrieves the actual currency exchange rates from the Hungarian National Bank SOAP API.", "version": "3.0.0", "exports": "./index.js", "engines": { "node": ">=14.16" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mondalaci/mnb-rates.git" }, "keywords": [ "mnb", "hungarian", "national", "bank", "magyar", "nemzeti", "bank", "currency", "exchange", "rates" ], "author": "Laszlo Monda", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/mondalaci/mnb-rates/issues" }, "homepage": "https://github.com/mondalaci/mnb-rates#readme" }