https://github.com/xincao9/url-shortener
URL shortening services
https://github.com/xincao9/url-shortener
shorten-urls website
Last synced: about 1 month ago
JSON representation
URL shortening services
- Host: GitHub
- URL: https://github.com/xincao9/url-shortener
- Owner: xincao9
- Created: 2025-01-06T14:01:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T18:24:53.000Z (about 1 month ago)
- Last Synced: 2025-04-11T19:41:16.274Z (about 1 month ago)
- Topics: shorten-urls, website
- Language: JavaScript
- Homepage: https://golinks.fun/
- Size: 448 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-shortener
#### URL shortening services convert long URLs into shorter, easier-to-share links. These services enhance online sharing, improve aesthetics, and offer analytics. They facilitate digital communication by making links more manageable and providing insights into user behavior.
## Installation instructions
[https://golinks.fun/f/deploy](https://golinks.fun/f/deploy)
```bash
curl -X POST -H 'content-type:application/json' 'http://localhost:3000/maven/generate' -d '{
"groupId": "com.xincao",
"artifactId": "demo",
"version": "1.0.0-SNAPSHOT"
}' | jq .id
``````bash
brower 'http://localhost:3000/maven/download/{id}'
```