Shortnr is a tiny self-hosted url shortener.
Go to file
mitchell 1502d10cdc Add HTTP wrap func and Text Encodable:
- Refactor HTTP send func
- Impl. Text Encodable for URL
- Error when url is not found
2020-01-01 18:11:38 -05:00
config Add HTTP wrap func and Text Encodable: 2020-01-01 18:11:38 -05:00
lib Add HTTP wrap func and Text Encodable: 2020-01-01 18:11:38 -05:00
test Project architecture boilerplate 2019-12-07 21:34:58 -05:00
.credo.exs Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
.gitignore First working iteration of shortnr api 2019-12-08 13:44:04 -05:00
Dockerfile Add HTTP wrap func and Text Encodable: 2020-01-01 18:11:38 -05:00
Makefile Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
README.md Add README.md 2019-12-26 16:19:36 -05:00
mix.exs Add HTTP wrap func and Text Encodable: 2020-01-01 18:11:38 -05:00
mix.lock Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00

README.md

shortnr

Shortnr is a tiny self-hosted and elixir-based docker image. You can deploy it to your own server and have a personal url shortener attached to your website. Most functionality is finished, but the rest is still under development.