Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.06 KB

Build Status Coverage Status Latest Version

ExFootball

Simple Elixir client for football-data.org API v2

Installation

If available in Hex, the package can be installed by adding ex_football to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_football, "~> 0.3.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_football.

Contribution

Clone repository

> git clone https://github.com/thienlhh/ex_football.git
> cd ex_football
> mix deps.get

Run test

mix test