Skip to content

n URL shortening web service using the only standard library and clearuri.com API

Notifications You must be signed in to change notification settings

PhilLar/webshorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webshorten

URL shortening web service using the only standard library and clearuri.com API

webshorten is the tool to shorten URL by sending POST reqs to a specified URL.

Installation

Install webshorten from sources, by running:

git clone https://github.com/PhilLar/webshorten.git
cd webshorten
go install ./cmd/webshorten

Usage

You can shorten the URL:

webshorten

OR accompany with a flag

webshorten -port 5001

OR accompany with PORT env var specified

PORT=8080 webshorten

(default port value is ":5000")

Contribute

License

WTFPL 2.0

About

n URL shortening web service using the only standard library and clearuri.com API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages