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

https://github.com/alexekinney/url-shrtnr

Shortern URLs with ExpressJS, sqlite, and EJS
https://github.com/alexekinney/url-shrtnr

ejs express expressjs sql sqlite sqlite3 url-shortener

Last synced: 3 months ago
JSON representation

Shortern URLs with ExpressJS, sqlite, and EJS

Awesome Lists containing this project

README

          

# url-shrtnr

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

## Bulk URL Shortener
* Use a CSV file with headers longUrl and alias to shorten multiple URLs at once
* Upload this via the web interface
* The web interface will display the shortened URLs