meta fetcher:Node适用于Node.js的微小URL元数据获取程序(scrapper) 源码

picture4609 1 0 ZIP 2021-04-07 02:04:32

元获取器 :magnifying_glass_tilted_right: 微小的URL元数据获取程序,可抓取给定URL字符串的元数据。 在后台,它使用来获取元数据,对其进行解析并将其作为json对象返回。 安装 npm install meta-fetcher 基本用法 const fetchMetaData = require ( 'meta-fetcher' ) ; ( async ( ) => { const result = await fetchMetaData ( 'https://hoppscotch.io/' ) ; console . log ( result ) ; /* { basic_metadata: { website: 'https://hoppscotch.io/', title: 'Hoppscotch • A fr

用户评论
请输入评论内容
评分:
暂无评论