Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 882 Bytes

Where AT?

A Public Transport App Written in Qt
Where AT?

Introduction

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.

Join the telegram group chat.

Additional Files

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

Authors