Crypto-Symbol

Provide easy conversion between crypto symbol and name, auto update daily

MIT License

Downloads
1.3K
Stars
15
Committers
2
Crypto-Symbol - 3.6.0 Latest Release

Published by tylim88 about 1 year ago

simplify sync API (you still need to install axios)

old API:

import axios from 'axios'
const { sync } = cryptoSymbol({})
sync('coinmarketcap apiKey', axios)

new API:

const { sync } = cryptoSymbol({})
sync('coinmarketcap apiKey')
Crypto-Symbol - 3.5.30

Published by tylim88 over 2 years ago

compile to es5 instead of es6

Crypto-Symbol - 3.5.27

Published by tylim88 over 2 years ago

remove sourcemap because sourcemap requires src code to be included, which is very redundant and cause issues in create-react-app

Crypto-Symbol - 3.5.21

Published by tylim88 over 2 years ago

axios is now a parameter instead of a dynamic module (vite cannot handle dynamic import out of the box)

Crypto-Symbol - 3.5.3

Published by tylim88 over 2 years ago

If duplicated names or symbols are found in the CoinMarketCap list, the library keep only the one with higher rank(larger market cap). This check is case-insensitive. If you need coins with lower rank, you can add it yourself, keep in mind to use unique name and unique symbol for them.

Crypto-Symbol - 3.4.4

Published by tylim88 over 2 years ago

add sync api, you can use it to sync latest list

Crypto-Symbol - 3.3.3

Published by tylim88 over 2 years ago

  • remove Xeno Token
  • change Nano symbol to XNO

https://github.com/tylim88/Crypto-Symbol/issues/16

Crypto-Symbol - 3.2.1

Published by tylim88 over 2 years ago

stable

Package Rankings
Top 6.01% on Npmjs.org
Related Projects