https://github.com/yuki-toida/ex_chatwork
https://github.com/yuki-toida/ex_chatwork
elixir
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuki-toida/ex_chatwork
- Owner: yuki-toida
- License: mit
- Created: 2018-06-13T08:51:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T02:24:40.000Z (almost 8 years ago)
- Last Synced: 2025-06-10T17:07:54.450Z (about 1 year ago)
- Topics: elixir
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExChatwork
simple HTTP client for [Chatwork](http://developer.chatwork.com/ja/).
## Installation
```elixir
def deps do
[
{:ex_chatwork, "~> 0.1.0"}
]
end
```
## Configuration
```elixir
use Mix.Config
config :ex_chatwork,
api_token: ""
```
```bash
export API_TOKEN="YOUR API_TOKEN"
```
## License
MIT