README.md

# ex-line-bot-sdk

[![pipeline status](https://gitlab.com/blisscs/ex-line-bot-sdk/badges/master/pipeline.svg)](https://gitlab.com/blisscs/ex-line-bot-sdk/commits/master)

## Status

**Not ready yet to be used.**

## Installation

Add `:ex_line_bot_sdk` to `deps()` in `mix.exs` file

````elixir
  defp deps do
    [{:ex_line_bot_sdk, "~> 0.0.1"}]
  end
````

## Documentation

Usage Documentation is available at [https://hexdocs.pm/line_bot_sdk](https://hexdocs.pm/line_bot_sdk_blisscs)

## Copyright and License

Copyright (c) 2018, Suracheth Chawla.

ex-line-bot-sdk is licensed under [MIT License](https://gitlab.com/blisscs/ex-line-bot-sdk/blob/master/LICENSE).