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
- Host: GitHub
- URL: https://github.com/d3sc/shorter-link
- Owner: d3sc
- License: mit
- Created: 2023-03-28T14:27:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T09:16:13.000Z (about 3 years ago)
- Last Synced: 2024-12-04T23:12:27.389Z (over 1 year ago)
- Topics: link, nodejs, shorter-url, tools, website
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```