Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).