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

https://github.com/d3sc/shorter-link

This tool is used to shorten a link
https://github.com/d3sc/shorter-link

link nodejs shorter-url tools website

Last synced: 8 months ago
JSON representation

This tool is used to shorten a link

Awesome Lists containing this project

README

          

## About Shorter-link

Shorter Link is useful for shortening links.

## Installation

```
git clone https://github.com/d3sc/shorter-link.git
```

## Requirement:

Shorter link is need `nodejs`.

## Usage
```console
node app -u "https://example.com"
```

```
node app -h

Options
-h help command
-u set target url
```