traceurl:一个JavaScript实用程序,用于跟踪缩短的URL的原始URL

时间:2024-05-21 13:17:36
【文件属性】:

文件名称:traceurl:一个JavaScript实用程序,用于跟踪缩短的URL的原始URL

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-21 13:17:36

JavaScript

介绍 这是一个JavaScript实用程序,用于跟踪缩短的URL(或任何具有重定向的URL)的原始URL。 用法 通过命令行 node trace.js http://example.com/shortened-URL-you-want-to-resolve 您可以通过命令行使用要查找的一个URL调用trace.js,例如: > node trace.js http://catchen.biz/home.en.html resolving: http://catchen.biz/ resolving: https://catchen.me/ resolved: https://catchen.me/ 作为NPM软件包 await require('traceurl').promisified.trace('http://example.com/shortened-URL-you-wan


【文件预览】:
traceurl-master
----.gitignore(914B)
----package.json(638B)
----package-lock.json(567B)
----LICENSE(1KB)
----index.js(59B)
----trace.js(4KB)
----README.md(2KB)

网友评论