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.
You can use fig.sh and Docker.
To run the tests:
fig run test
To build the gem:
fig run build