criptoya
TypeScript icon, indicating that this package has built-in type declarations

1.0.0Β β€’Β PublicΒ β€’Β Published

CriptoYa

An easy way to use the CriptoYa Public API in your projects (fully typed 😎).

Note: this package is not official.

Usage

Install package:

# npm
npm install criptoya

# yarn
yarn add criptoya

# pnpm
pnpm add criptoya

Import:

// ESM
import { createClient } from 'criptoya'

// CommonJS
const { createClient } = require('criptoya')

Example:

const criptoya = createClient()

const data = await criptoya.exchange({
	exchange: 'belo',
	coin: 'USDT',
	fiat: 'ARS',
})

Available methods

  • Query by cryptocurrency (coin)
  • Query by exchange (exchange)
  • Query dollar (dollar)
  • Query fees (fees)
  • Query cer (cer)
  • Query uva (uva)
  • Query banks (banks)
  • Query by bank (bank)

πŸ’‘ You can see all of the required params and the response types in your code editor (VS Code is recommended).

Development

  • Clone this repository
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with πŸ’™

Published under MIT License.

Readme

Keywords

Package Sidebar

Install

npm i criptoya

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

163 kB

Total Files

9

Last publish

Collaborators

  • imlautaro