1.1.1 • Published 6 years ago

gheroon v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

license

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.

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago