Dirikuin

Results 3 issues of Dirikuin

- 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...

it still doesn't support some html5 tags like < svg > and so on, so I still need to install https://github.com/othree/html5.vim ![Screenshot from 2021-09-17 14-38-19](https://user-images.githubusercontent.com/69284713/133745464-c1388192-a997-423a-a4e7-7be9e7304bbf.png)