A Public Transport App Written in Qt
Currently this app only supports the Ubuntu Touch Operating System, and only provides information from the Auckland Transport API. In the future, I plan to port it to Android, Ubuntu Desktop and Windows 10. More backends will also be supported in the future.
In order to build, you need to provide your own /whereat/keys.h
file.
This needs to be in the following format:
#ifndef KEYS_H
#define KEYS_H
#include <QString>
namespace Keys {
const QString atApi = "XXXX"; // Auckland Transport API Key.
}
#endif // KEYS_H
- Evan Chih-Yu Lin (evan.linjin@gmail.com)