GTFS-sequelize: Difference between revisions

From TransitWiki
Jump to navigation Jump to search
create page
 
Leeor (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{infobox
|title= gtfs-sequelize
|vendor= Evan Siroky [http://www.evansiroky.com http://www.evansiroky.com]
|license= [[The MIT License]]
|website= [https://github.com/evansiroky/gtfs-sequelize https://github.com/ evansiroky/gtfs-sequelize]
}}
gtfs-sequelize is an open-source module created by [http://www.evansiroky.com Evan Siroky] that models the static [[GTFS]] using [http://docs.sequelizejs.com/ sequelize.js]. This allows GTFS data to be queried in a Javascript application via SQL.
gtfs-sequelize is an open-source module created by [http://www.evansiroky.com Evan Siroky] that models the static [[GTFS]] using [http://docs.sequelizejs.com/ sequelize.js]. This allows GTFS data to be queried in a Javascript application via SQL.



Latest revision as of 09:34, 22 January 2017

gtfs-sequelize
Vendor Evan Siroky http://www.evansiroky.com
License The MIT License
Website https://github.com/ evansiroky/gtfs-sequelize


gtfs-sequelize is an open-source module created by Evan Siroky that models the static GTFS using sequelize.js. This allows GTFS data to be queried in a Javascript application via SQL.

The code is open-source, available on github.