Skip to content

bhelx/gtfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTFS Build Status

This library allows you to parse GTFS folders into a hierarchy of structs representing the available GTFS data types. It's currently a work in progress. I've only implmented as much as I need for now.

Installation

The library is currently published to Hex. To use, add as a dependency to your mix file:

  def deps do
    [{:gtfs, "~> 0.3"}]
  end

About

An elixir library for parsing a GTFS folder into a hierarchy of structured data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages