https://github.com/eiel/chatwork_ex
ChatWork API Interface for Elixir
https://github.com/eiel/chatwork_ex
chatwork elixir
Last synced: 23 days ago
JSON representation
ChatWork API Interface for Elixir
- Host: GitHub
- URL: https://github.com/eiel/chatwork_ex
- Owner: eiel
- Created: 2018-01-14T13:15:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:58:17.000Z (over 2 years ago)
- Last Synced: 2025-10-21T20:52:18.667Z (8 months ago)
- Topics: chatwork, elixir
- Language: Elixir
- Homepage: https://hex.pm/packages/chatwork_ex
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatworkEx
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `chatwork_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:chatwork_ex, "~> 0.0.1"}
]
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/chatwork_ex](https://hexdocs.pm/chatwork_ex).