You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
499 B
499 B
Where the F are my trains?
A webapp to quickly look up where your trains are!
- Be able to serve web pages
- Design the web pages
- Be able to query the MTA for Data
- Be able to make requests to the site
- Be able to authenticate requests
- Be able to store/load secrets
- Be able to authenticate requests
- Be able to parse GTFS feeds
- Be able to make requests to the site
- Build system
Building
To build the project, use autotools.
autoreconf && ./configure && make
To run unit tests, run make check