Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AlexJuca/small-url

Free and Open Source URL Shortener with real time capabilities built with phoenix framework and elixir.
https://github.com/AlexJuca/small-url

analytics liveview phoenix realtime shortlink shortlinks

Last synced: about 2 months ago
JSON representation

Free and Open Source URL Shortener with real time capabilities built with phoenix framework and elixir.

Awesome Lists containing this project

README

        

# Small URL

## What is it?

It is a web application for generating short links built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view). It currently
supports the following features:

* Generates Short Links of long URL's

* View stats for Short Links in realtime

* Share Short Link on Twitter and Facebook

* Many more features coming!

## Why another short link generator?

Simple really, I wanted to work on a small but useful project that I could opensource and that would help me understand the basics of the following:

1. Phoenix Liveview

2. Phoenix.PubSub

3. Phoenix.LiveComponent

4. Phoenix Client-Side Hooks using Javascript

## Getting started

![Screenshot](https://github.com/AlexJuca/small-url/raw/main/.github/imgs/welcome.png)

![Screenshot](https://github.com/AlexJuca/small-url/raw/main/.github/imgs/analytics.png)

## License

Copyright (C) 2021 Alexandre Juca

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.