Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aratz-lasa/exchange
Backend system for anonymous temporary exchanges [under development]
https://github.com/aratz-lasa/exchange
anonymous-temporary-exchanges backend elixir exchange
Last synced: 13 days ago
JSON representation
Backend system for anonymous temporary exchanges [under development]
- Host: GitHub
- URL: https://github.com/aratz-lasa/exchange
- Owner: aratz-lasa
- License: mit
- Created: 2019-04-08T22:31:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T09:38:57.000Z (over 5 years ago)
- Last Synced: 2024-11-07T15:53:49.752Z (2 months ago)
- Topics: anonymous-temporary-exchanges, backend, elixir, exchange
- Language: Elixir
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Status
**In development...**
# Exchange
Backend system for anonymous temporary exchanges.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exchange` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:exchange, "~> 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/exchange](https://hexdocs.pm/exchange).