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.
|
|
5 years ago | |
|---|---|---|
| src | 5 years ago | |
| tests | 5 years ago | |
| .editorconfig | 5 years ago | |
| Makefile.am | 5 years ago | |
| README.md | 5 years ago | |
| configure.ac | 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 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