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

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.

Awesome Lists containing this project

README

          

# signature-catcher

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

[![Deploy](https://www.herokucdn.com/deploy/button.png)](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`.