commit | f42c0c4f9e40e0fc8fd029082bbfb335af08446d | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Fri Jul 03 18:29:47 2020 +0200 |
committer | avm99963 <me@avm99963.com> | Fri Jul 03 18:31:00 2020 +0200 |
tree | 562329133fdf74e0411d9f403748ee97c142e31b | |
parent | 09a0886b3cae3c7c605f8528cbf542c52064a286 [diff] |
Added README.md and LICENSE Change-Id: I29191fa43d0015e094c0e72aaf2fd463afc2004f
Schedule viewer for the Barcelona subway.
ZipArchive
and PDO
classes (specifically install the PDO_SQLITE
driver)config.default.php
file to config.php
and fill in the details (you can get an API key directly from TMB https://developer.tmb.cat/).$conf["databaseFile"]
enter the absolute path of the location where you want to save your database (including the file name). If the website is located in the /var/www/html/schedules/
folder, you can create a new files
folder there and set the variable to /var/www/html/schedules/files/gtfs.sqlite3
.