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)
- Host: GitHub
- URL: https://github.com/rossta/tiny-earl
- Owner: rossta
- License: mit
- Created: 2016-09-15T04:59:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T04:16:27.000Z (over 9 years ago)
- Last Synced: 2025-04-01T20:36:09.641Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).