patriciojofre / elixir-url-shortener

Shorten URL in Elixir calling some URL shortening services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shortener URL in Elixir

This app connects to some URL shortening services:

TODO

  • Implement more services
  • Test

Usage

mix do deps.get, compile
iex -S mix
TinyUrl.shorten("https://github.com/patriciojofre")
Gitio.shorten("https://github.com/patriciojofre")

About

Shorten URL in Elixir calling some URL shortening services


Languages

Language:Elixir 100.0%