Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnhamelink/mws
- Owner: johnhamelink
- License: mit
- Created: 2017-03-04T00:27:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T11:14:09.000Z (about 7 years ago)
- Last Synced: 2024-10-31T22:12:16.592Z (3 months ago)
- Topics: amazon, amazon-mws, elixir
- Language: Elixir
- Size: 93.8 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).