cryptocurrencies
cryptocurrencies copied to clipboard
Add search by name, symbols and func to get all names
- Add .search()
cryptocurrencies.search({name: 'bitcoin'})
cryptocurrencies.search({symbol: 'btc'})
// return {name, symbol}
- Add .names()
cryptocurrencies.names()
// return String[]
- Add a new test
- Add example on readme.md