https://github.com/motdotla/signature-catcher
Catches the webhook with the converted document arriving from signature-api.
https://github.com/motdotla/signature-catcher
Last synced: 23 days ago
JSON representation
Catches the webhook with the converted document arriving from signature-api.
- Host: GitHub
- URL: https://github.com/motdotla/signature-catcher
- Owner: motdotla
- Created: 2014-09-14T18:15:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T19:04:11.000Z (about 11 years ago)
- Last Synced: 2024-10-14T11:04:04.530Z (12 months ago)
- Language: Go
- Size: 180 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signature-catcher
Catches the webhook with the converted document arriving from [signature-api](https://github.com/motdotla/signature-api) and updates the database. Works in tandem with [signature-api](https://github.com/motdotla/signature-api).
## Installation
[](https://heroku.com/deploy)
### Development
```
git clone https://github.com/motdotla/signature-catcher.git
cd signature-catcher
go get
cp .env.example .env
go run app.go
```Edit the contents of `.env`.