Skip to content

evanlinjin/whereat

Repository files navigation

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

About

Auckland Transport App for the Ubuntu Phone and Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published