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
- Host: GitHub
- URL: https://github.com/llopez/ecobiex
- Owner: llopez
- Created: 2019-10-12T22:23:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T23:29:08.000Z (over 6 years ago)
- Last Synced: 2025-09-24T03:34:37.034Z (9 months ago)
- Topics: buenosairesdata, ecobici
- Language: Elixir
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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).