Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/system76/easy_post
Elixir API client for EasyPost
https://github.com/system76/easy_post
Last synced: 2 months ago
JSON representation
Elixir API client for EasyPost
- Host: GitHub
- URL: https://github.com/system76/easy_post
- Owner: system76
- Created: 2017-09-28T22:59:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T19:38:15.000Z (over 6 years ago)
- Last Synced: 2024-10-29T08:41:26.695Z (2 months ago)
- Language: Elixir
- Size: 20.5 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyPost
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `easy_post` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:easy_post, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/easy_post](https://hexdocs.pm/easy_post).