[![Build Status](https://travis-ci.org/fmobus/bikepoa-tools.png)](https://travis-ci.org/fmobus/bikepoa-tools) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/fmobus/bikepoa-tools) bikepoa-tools ============= A simple API to interact with information systems of [BikePOA](http://mobilicidade.com.br/bikepoa/), the bicycle-sharing program of Porto Alegre, Brazil. usage ===== ```ruby >>> require './lib/bikepoa' >>> client = BikePOA::Client.new >>> client.stations [ , ... ] >>> s.select(&:active?).map(&:to_s) [ "", "", "", "", "", "", "", "", "", "", "", "", "" ] ``` todo ==== * Package it as a gem * Add latitude and longitude to Station * Less crude interface in Station