An open API service indexing awesome lists of open source software.

https://github.com/yuki-toida/ex_chatwork


https://github.com/yuki-toida/ex_chatwork

elixir

Last synced: about 1 year ago
JSON representation

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