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
- Host: GitHub
- URL: https://github.com/brianpeiris/ggff
- Owner: brianpeiris
- License: mit
- Created: 2019-08-18T00:49:41.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T05:31:50.000Z (over 2 years ago)
- Last Synced: 2025-02-06T23:57:20.506Z (8 months ago)
- Topics: link-shortener
- Language: JavaScript
- Homepage: https://ggff.io
- Size: 317 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```