An open API service indexing awesome lists of open source software.

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

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.