https://github.com/codelation/elixir-messenger
Elixir Micro Service Messenger Package
https://github.com/codelation/elixir-messenger
package
Last synced: 25 days ago
JSON representation
Elixir Micro Service Messenger Package
- Host: GitHub
- URL: https://github.com/codelation/elixir-messenger
- Owner: codelation
- License: mit
- Created: 2017-04-30T21:49:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T04:15:46.000Z (about 9 years ago)
- Last Synced: 2026-04-08T18:25:00.787Z (4 months ago)
- Topics: package
- Language: Elixir
- Homepage: https://hexdocs.pm/codelation_messenger/api-reference.html
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Messenger
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `messenger` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:messenger, "~> 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/messenger](https://hexdocs.pm/messenger).
curl -H "Content-Type: application/json" -d '{"test":"me"}' "http://localhost:4000/message/test"