get_icon
Introduction
Get favicon of website based on website url.
Install
npm install @tidus/get_icon --save
# or
yarn add @tidus/get_icon
Usage
const { get_icon } = require('@tidus/get_icon')
let icon_url = await get_icon('https://github.com')
console.log(icon_url)
Test
yarn test
Coverage
yarn coverage