No commit activity in last 3 years
No release in over 3 years
Provides a simple API to fetch latest public transit information of the Florianopolis city
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

= 2.14.1

Runtime

= 1.6.1
 Project Readme

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 test

To build the gem:

fig run build

Authors