Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlo-colombo/webhook_me


https://github.com/carlo-colombo/webhook_me

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# WebhookMe

**TODO: Add description**

## Installation

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

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

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

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

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