gheroon
v1.1.1
Published
Currency and gold price in Iran
Downloads
4
Maintainers
Readme
gheroon
Gheroon is a simple JS library to get currency and gold price in Iran.
Installation
npm i gheroon
# or
yarn add gheroon
Usage
import { getCoinData, getCurrencyData } from 'gheroon';
(async () => {
// Get currency price data
const currencyData = await getCurrencyData();
// Get coin price data
const coinData = await getCoinData();
})();
Ideas or Issues
Create an issue and describe it. I'll check it ASAP!
Contribution
You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. :heart:
License
Licensed under the MIT License.