https://github.com/raphexion/slack_engine
Small helper library for slack
https://github.com/raphexion/slack_engine
Last synced: 9 months ago
JSON representation
Small helper library for slack
- Host: GitHub
- URL: https://github.com/raphexion/slack_engine
- Owner: Raphexion
- Created: 2018-12-28T14:08:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T14:08:29.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T20:47:20.476Z (9 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SlackEngine
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `slack_engine` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:slack_engine, "~> 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/slack_engine](https://hexdocs.pm/slack_engine).