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.
- Host: GitHub
- URL: https://github.com/linjunpop/transhook
- Owner: linjunpop
- License: isc
- Created: 2020-04-29T04:01:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T14:33:34.000Z (over 3 years ago)
- Last Synced: 2025-03-25T15:29:18.082Z (about 1 year ago)
- Topics: connector, elixir, phoenix, phoenix-framework, webhook
- Language: Elixir
- Homepage:
- Size: 598 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transhook
Connecting Internet services by transforming data between Webhooks.
```
Service A -> Transhook -> Service B
```

## 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
[](https://heroku.com/deploy?template=https://github.com/linjunpop/transhook)