Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 735 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 735 Bytes

fs2-gtfs

This project is a GTFS processing library based on fs2. It consists of several API levels, and can be used to perform several kind of tasks on GTFS data.

The current modules are:

  • core the core features to process GTFS files
  • rules the business rule engine and DSL

To build and view the documentation website locally run:

$ sbt site/makeMicrosite
$ cd site/target/site
$ jekyll serve -b /fs2-gtfs

To publish the documentation website publicly, run:

$ sbt site/pushMicrosite

For more details, please head over to the website.