Difference between revisions of "GTFS-sequelize"
Jump to navigation
Jump to search
Aaronantrim (talk | contribs) (create page) |
|||
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
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.