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

https://github.com/rossta/tiny-earl

A process-oriented URL-shortener written in Elixir (WIP)
https://github.com/rossta/tiny-earl

elixir

Last synced: about 1 year ago
JSON representation

A process-oriented URL-shortener written in Elixir (WIP)

Awesome Lists containing this project

README

          

# TinyEarl

A process-oriented URL-shortener written in Elixir (work-in-progress).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `tiny_earl` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:tiny_earl, "~> 0.1.0"}]
end
```

2. Ensure `tiny_earl` is started before your application:

```elixir
def application do
[applications: [:tiny_earl]]
end
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rossta/tiny-earl. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).