Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingster/go-urlshortner
A simple golang based url shortner
https://github.com/kingster/go-urlshortner
Last synced: about 2 months ago
JSON representation
A simple golang based url shortner
- Host: GitHub
- URL: https://github.com/kingster/go-urlshortner
- Owner: kingster
- License: mit
- Created: 2024-07-02T06:13:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-02T10:20:07.000Z (6 months ago)
- Last Synced: 2024-10-13T05:26:26.413Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-urlshortner
A simple golang based url shortner# How to use
```bash
## Shortencurl --location 'localhost:9090/shorten' \
--header 'Content-Type: application/json' \
--data '{
"url" : "github.com/labstack/echo"
}'## Expand
curl --location 'localhost:9090/resolve/H2eBb6CN'
```