元获取器 :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