VkAPI wrapper in pure Elixir.
If available in Hex, the package can be installed as:
-
Add vkapi to your list of dependencies in
mix.exs
:def deps do [{:vkapi, "~> 0.0.1"}] end
-
Ensure vkapi is started before your application:
def application do [applications: [:vkapi]] end
If you want to write some code:
-
Fork this repository.
-
Create new branch, move to it.
-
Perform your code modifications, commit it to your branch.
-
Make a new pull request to main repository, don't forget to write explantion of your modifications.
You are free to open issues on issue tracker in all cases, except asking question. Use https://telegram.me/proelixir
Clone the repo and fetch its dependencies:
$ git clone https://github.com/virviil/vkapi.git
$ cd vkapi
$ mix deps.get
$ mix test
$ MIX_ENV=docs mix docs