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

https://github.com/ruuda/earl

A flexible redirect server
https://github.com/ruuda/earl

Last synced: about 1 year ago
JSON representation

A flexible redirect server

Awesome Lists containing this project

README

          

Earl
====

A flexible redirect server.

TODO: Put hipster build status badges here.

Earl is a server that serves redirects for pre-configured url patterns. It is
your personal scriptable link shortener.

Example
-------

Suppose Earl is running in my local network, at the host `earl`. Then I can
navigate to `http://earl/repo/earl`, and I will be redirected to
`https://github.com/ruuda/earl`.

Building
--------

TODO: Actual docs. TL;DR: `stack build`.

License
-------
Earl is licensed under the [Apache 2.0][apache2] license. It may be used and
adapted both for commercial and non-commercial use under the conditions given
in the license.

[apache2]: https://www.apache.org/licenses/LICENSE-2.0