Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anuj-thakur-513/cli-url-expander

A simple CLI command to expand short URLS like bitly or tinyurl
https://github.com/anuj-thakur-513/cli-url-expander

Last synced: 9 days ago
JSON representation

A simple CLI command to expand short URLS like bitly or tinyurl

Awesome Lists containing this project

README

        

# CLI-URL-Expander

A simple CLI command to expand short URLS like bitly or tinyurl. Basically it'll help us know what's behind that short URL without visiting it.

## Screenshots
image

image

## Run Locally

Clone the project

```bash
git clone https://github.com/anuj-thakur-513/CLI-URL-Expander.git
```

Go to the project directory

```bash
cd CLI-URL-Expander
```

Install dependencies

```bash
npm install
```

Install the Command Globally to CLI

```bash
npm install -g .
```

Run the command to know how to use the command
```bash
expand-url --help
```