Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.53 KB

README.rst

File metadata and controls

34 lines (28 loc) · 1.53 KB

Taiwan Air Quality (TAQ) Client App for Universal Windows Platform (UWP)

Read Me

Taiwan Air Quality (TAQ) client app fetches air quality data from TAQ server and presents them in several ways, e.g., info grids, map icons, lists to user. This document is very incomplete. The author will complete it at his free time.

Download Built App

TAQ app has been built and published to Windows Store. It can be download here: https://www.microsoft.com/store/apps/9nblggh43pdr The built app basically supports these Windows 10 devices: Windows 10 Desktop, Windows 10 Mobile, Xbox One, and Holographic devices (e.g. HoloLens). However, the main tested devices are Windows 10 Desktop.

Requirements

The following lists requirements to build and run all functions of TAQ app:

Quick Start

git clone taq Generate assets: taq.png

Notices

The author removes sensitive information, e.g., Bing Map service token, out of these files Taq.Shared/Models/Params.cs and Taq.Uwp/Taq.Uwp.csproj. Please modify these files before buildind and running this app.