https://github.com/gsora/mu
Stupidly blind URL shortener
https://github.com/gsora/mu
blind do-not-use-in-production shortener stupid url
Last synced: about 2 months ago
JSON representation
Stupidly blind URL shortener
- Host: GitHub
- URL: https://github.com/gsora/mu
- Owner: gsora
- License: bsd-2-clause
- Created: 2018-01-02T22:32:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T23:01:57.000Z (over 8 years ago)
- Last Synced: 2025-12-12T23:39:57.442Z (6 months ago)
- Topics: blind, do-not-use-in-production, shortener, stupid, url
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `mu`: a stupidly blind URL shortener
You'll never find a stupider URL shortener, I guarantee you!
## Why!
Why not?
## How does it work?
Easy! This repository is `go get`-able, no external dependencies are needed.
Then, just run it!
Shortened links are saved on-disk in the `linkdb` file found in the folder where `mu` resides.
`mu` **does not** implements HTTPS support, just use a reverse proxy (nginx, Apache, or [Caddy](https://caddyserver.com/)).
## Endpoints
**Endpoint**|**Method**|**Arguments**
:-----:|:-----:|:-----:
|`/add`|**`GET`**|`url`, URL being shortened|
## Bonus, cloc!
```
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Go 2 42 23 149
-------------------------------------------------------------------------------
SUM: 2 42 23 149
-------------------------------------------------------------------------------
```