https://github.com/systemsoftware/url-shortener
Basic anonymous URL shortener with visit limiter
https://github.com/systemsoftware/url-shortener
Last synced: 2 months ago
JSON representation
Basic anonymous URL shortener with visit limiter
- Host: GitHub
- URL: https://github.com/systemsoftware/url-shortener
- Owner: systemsoftware
- License: mit
- Created: 2023-05-05T01:52:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T02:01:01.000Z (about 3 years ago)
- Last Synced: 2025-03-23T06:29:15.653Z (about 1 year ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener
Basic anonymous URL shortener with visit limiter built with Node.js, Express, and Dubnium.
### Setup
1. Download the repository
2. Run `npm install` to install dependencies
3. Run `node .` in the root directory to start the server
### Usage
1. Navigate to `http://localhost:3000/` in your browser. You can change the port in `config.json`
2. Enter a URL and a visit limit (optional)
3. Click `Add`
4. Copy the shortened URL and share it with your friends!
### License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/systemsoftware/url-shortener/blob/main/LICENSE) file for more information.