Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbettag/eversign.ex
Eversign.com API for Elixir
https://github.com/fbettag/eversign.ex
Last synced: about 1 month ago
JSON representation
Eversign.com API for Elixir
- Host: GitHub
- URL: https://github.com/fbettag/eversign.ex
- Owner: fbettag
- License: mit
- Created: 2022-11-13T14:11:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T14:14:49.000Z (about 2 years ago)
- Last Synced: 2024-11-18T12:15:52.513Z (about 1 month ago)
- Language: Elixir
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eversign
Implementation for the [eversign.com API]() in Elixir which lets you digitally sign PDF documents.
## Installation
This package can be installed by adding `eversign` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:eversign, "~> 0.1.0"}
]
end
```Documentation is published on [HexDocs.pm](https://hexdocs.pm/eversign).