Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnhamelink/mws

Elixir Amazon MWS Client
https://github.com/johnhamelink/mws

amazon amazon-mws elixir

Last synced: 30 days ago
JSON representation

Elixir Amazon MWS Client

Awesome Lists containing this project

README

        

# MWS

MWS aims to be a fully-featured and *responsible* Amazon MWS client for Elixir.

## Useful tidbits:

- [MWS Documentation](https://developer.amazonservices.co.uk/gp/mws/docs.html)
- [MWS Scratchpad](https://mws.amazonservices.com/scratchpad/index.html)

## TODOS:

You can see the [TODO list here](TODOS.md).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `mws` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:mws, "~> 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/mws](https://hexdocs.pm/mws).