Where the F are my trains?
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.
 
 
 
Shanti Chellaram 5b8a1b126b Checkpoint sekrits code 5 years ago
src Checkpoint sekrits code 5 years ago
tests Checkpoint sekrits code 5 years ago
Makefile.am Add build scripts 5 years ago
README.md Add build scripts 5 years ago
configure.ac Add build scripts 5 years ago

README.md

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.

autoreconf && ./configure && make

To run unit tests, run make check