https://github.com/thienlhh/ex_football
Elixir client for https://www.football-data.org/
https://github.com/thienlhh/ex_football
api client-library elixir elixir-client elixir-lang football-data
Last synced: 10 days ago
JSON representation
Elixir client for https://www.football-data.org/
- Host: GitHub
- URL: https://github.com/thienlhh/ex_football
- Owner: thienlhh
- License: mit
- Created: 2018-12-11T09:41:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T13:07:21.000Z (over 6 years ago)
- Last Synced: 2025-03-03T22:54:28.897Z (8 months ago)
- Topics: api, client-library, elixir, elixir-client, elixir-lang, football-data
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/thienlhh/ex_football)
[](https://coveralls.io/github/thienlhh/ex_football?branch=master)
[](https://hex.pm/packages/ex_football)# ExFootball
Simple Elixir client for football-data.org API v2
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_football` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:ex_football, "~> 0.3.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ex_football](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
```