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

https://github.com/brianpeiris/ggff

ggff.io is an ephemeral link shortener
https://github.com/brianpeiris/ggff

link-shortener

Last synced: 8 months ago
JSON representation

ggff.io is an ephemeral link shortener

Awesome Lists containing this project

README

          

# ggff

ggff.io is an ephemeral URL shortener. It produces short links are easy to type, easy to remember, and last for 5 minutes.

## development

```
npm install
docker run --name ggff-mongo --rm -p 27017:27017 -d mongo:6
npm run start
```