/elixir-url-shortener

Shorten URL in Elixir calling some URL shortening services

Primary LanguageElixir

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")