info-web
v0.0.48
Published
get web info
Readme
获取网站信息
使用
$ npm i info-web
or
$ yarn add info-web
or
$ pnpm add info-webview
js
import getInfoWeb, { getTitle, getDescription, getIconUrl } from 'info-web';
const { iconUrl, title, description, status, errorMsg } = await getInfoWeb(
'https://example.com',
axiosConfig
);