fisher 1.0.0

Webhooks catcher written in Rust
Documentation
<style>
.home {
    text-align: center;
}

.home .title {
    margin: 3em 0 2em 0;
}

.home .title > * {
    border: 0;
}

.home .title h1 {
    font-size: 1.8em;
    margin: 0 0 0.3em 0;
}

.home .title h2 {
    font-size: 2.5em;
    word-spacing: 0.2em;
    color: #bbb;
    margin: 0;
}

.home .title h2 span {
    color: #00695c;
}

.home .buttons {
    margin-top: 2em;
}

.home .buttons div {
    color: #888;
    margin-top: 0.4em;
}

@media all and (min-width: 20em) {
    .home .buttons .button {
        width: 15em;
    }
}
</style>

<div class="home">

<div class="title">
    <h1>Simple yet powerful webhooks catcher</h1>
    <h2>Meet <span>Fisher</span></h2>
</div>

Fisher is the easy way to automate things: receive webhooks from the services
you use, schedule the execution of scripts in response to each request, give
priority to the ones you care about, and be notified when something goes wrong.
All of this in a simple software, designed to be simple to use and operate.

<div class="buttons">
    <a href="why/" class="button button-large">
        Why you should use it
    </a>
    <a href="tutorial/auto-deploy/" class="button button-large">
        Read the tutorial
    </a>
    <div>
        You can also go ahead and <a href="install/">install it now</a>!
    </div>
</div>

</div>