An open API service indexing awesome lists of open source software.

https://github.com/llopez/ecobiex

Elixir client for the Ecobici API
https://github.com/llopez/ecobiex

buenosairesdata ecobici

Last synced: 7 days ago
JSON representation

Elixir client for the Ecobici API

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/llopez/ecobiex.svg?branch=master)](https://travis-ci.org/llopez/ecobiex)

# Ecobiex

Ecobiex is the elixir client for the Ecobici API

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ecobiex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ecobiex, "~> 0.1.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/ecobiex](https://hexdocs.pm/ecobiex).