floripa-public-transit
Ruby gem to fetch public transit information from the Florianópolis Web Site.
To fetch information of a specific line:
require 'floripa-public-transit'
FloripaPublicTransit.fetch_line '177'Where 177 in the number of the 'Santa Monica' bus line.
Development
You can use fig.sh and Docker.
To run the tests:
fig run testTo build the gem:
fig run build