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.**

## Features

* [x] Easy to use this library to create different line bot clients by using elixir meta programing technique.
* [x] Verify post request is actually coming from Line.
* [ ] Send reply message, using reply token.
* [ ] Send A Push Message.
* [ ] Get User Profile.
* [ ] Join Group Chat.

## Installation & Documentation

Installation and Documentation is available on hex.pm - [https://hexdocs.pm/ex_line_bot_sdk](https://hexdocs.pm/ex_line_bot_sdk)

## 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).