https://github.com/motdotla/signature-api
API platform for signing documents.
https://github.com/motdotla/signature-api
Last synced: 6 months ago
JSON representation
API platform for signing documents.
- Host: GitHub
- URL: https://github.com/motdotla/signature-api
- Owner: motdotla
- Created: 2014-04-24T21:50:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T22:24:07.000Z (almost 11 years ago)
- Last Synced: 2025-04-11T03:11:37.160Z (6 months ago)
- Language: Go
- Homepage:
- Size: 516 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signature-api
API platform for signing documents. Works in tandem with [signature-catcher](https://github.com/motdotla/signature-catcher).
```
curl http://signature-api.herokuapp.com/api/v0/documents/create.json?url=http://mot.la/assets/resume.pdf
```View the [documentation](http://docs.signatureapi.apiary.io/).
## Installation
[](https://heroku.com/deploy)
### Development
```
git clone https://github.com/motdotla/signature-api.git
cd signature-api
go get
cp .env.example .env
go run app.go
```Edit the contents of `.env`.