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

https://github.com/eiberham/shortena

:link: An url shortener seo friendly
https://github.com/eiberham/shortena

Last synced: 7 months ago
JSON representation

:link: An url shortener seo friendly

Awesome Lists containing this project

README

          

# Shortena
An url shortener seo friendly

This is a link trimmer and the first application i built using next.js, this first version simply shortens urls and lets you
copy into clipboard the output url for sharing.




GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub issues

## How to run it ?

First, clone the repo:

```console
foo@bar:~$ git clone https://github.com/wwleak/shortena.git
```

Then install all the dependencies

```console
foo@bar:~$ npm i
```

Then install nodemon

```console
foo@bar:~$ npm i -g nodemon
```

Finally you can start the application by running

```console
foo@bar:~$ npm run dev
```

MADE WITH ❤ BY ABRAHAM