https://github.com/muath-ye/unshort-url
nodejs global tool to get the original link behind a shorten bitly, tinyurl or any other shortner url.
https://github.com/muath-ye/unshort-url
Last synced: about 1 month ago
JSON representation
nodejs global tool to get the original link behind a shorten bitly, tinyurl or any other shortner url.
- Host: GitHub
- URL: https://github.com/muath-ye/unshort-url
- Owner: muath-ye
- License: mit
- Created: 2024-09-09T19:00:22.000Z (over 1 year ago)
- Default Branch: father
- Last Pushed: 2024-09-09T19:46:49.000Z (over 1 year ago)
- Last Synced: 2025-01-03T12:44:20.502Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unshort-url
`unshort-url` is a CLI tool to un-shortcut URLs and reveal the original link. It supports various URL shortening services and provides a simple command-line interface to uncover the actual destination of shortened URLs.
## Installation
To install `unshort-url`, use npm:
```bash
npm i -g @muath-ye/unshorturl
```
## Usage
Once installed, you can use the unshort-url command to unshorten URLs. Here’s the basic usage:
```bash
unshort-url
```
## Example
```bash
unshort-url https://tinyurl.com/muathye
```
Output:
```
https://muathye.com
```
## Options
Currently, `unshort-url` does not support additional options. It directly resolves the given shortened URL to its original form.
## Contributing
Contributions are welcome! If you have suggestions or find bugs, please open an issue or submit a pull request on the GitHub repository.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contact
For questions or feedback, you can reach me at me@muathye.com.