Skip to content

3.6.0

Latest

Choose a tag to compare

@tylim88 tylim88 released this 19 Aug 05:06
· 8 commits to master since this release

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')