Unofficial SDK of available taxi locations in Singapore.
Implemented through the unpublished API of Taxi-Taxi@SG mobile apps.
We are not associated to Land Transport Authority of Singapore (LTA).
Presentation deck: Uncovering of an obfuscated public API
This repository contains 2 main components:
-
Server-side component (
lambda/
) as AWS Lambda functions that does the following: - Parsing and deofuscation of original Taxi-Taxi@SG mobile app API. - Serving of deofcustaed API directly to client. - Collecting of data onto AWS DymamoDB. - Other helpful server-side scripts. -
Client-side component (
viewer/
) as a single-page app - This effective serves as a main working directory before its content is being mirrored togh-pages/
branch to be served.
- Original API does not have cross-origin resource sharing (CORS) enabled.
- Original API is strongly ofuscated. Significant amount of processing needed to deofcuscate: unzip, bit manipulation and string manipulation.