Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlo-colombo/webhook_me
https://github.com/carlo-colombo/webhook_me
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlo-colombo/webhook_me
- Owner: carlo-colombo
- License: mit
- Created: 2016-10-22T07:26:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T05:17:32.000Z (over 3 years ago)
- Last Synced: 2024-04-14T15:54:47.744Z (7 months ago)
- Language: Elixir
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```