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 parse GTFS feeds * [ ] Build system # Building To build the project, use autotools. ```sh autoreconf && ./configure && make ``` To run unit tests, run `make check`