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

https://github.com/linjunpop/transhook

🦾 Build the connection between Internet Webhooks.
https://github.com/linjunpop/transhook

connector elixir phoenix phoenix-framework webhook

Last synced: 6 months ago
JSON representation

🦾 Build the connection between Internet Webhooks.

Awesome Lists containing this project

README

          

# Transhook

Connecting Internet services by transforming data between Webhooks.

```
Service A -> Transhook -> Service B
```

![](./assets/static/images/intro.png)

## Development

To start your Phoenix server:

- Setup the project with `mix setup`
- Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Deployment

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/linjunpop/transhook)