An open API service indexing awesome lists of open source software.

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.

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.