meta fetcher:Node适用于Node.js的微小URL元数据获取程序(scrapper) 源码
元获取器 :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
文件列表
meta-fetcher-master.zip
(预估有个15文件)
meta-fetcher-master
.gitignore
49B
package.json
1KB
.npmrc
18B
src
index.ts
3KB
util.ts
446B
.travis.yml
56B
tsconfig.json
257B
license
1KB
暂无评论