/pm25-app

A simple mobile app that visualize SensorWeb PM2.5 data.

Primary LanguageJavaScript

PM2.5 App

This is a simple app that visualize PM2.5 data from SensorWeb.

Prerequisites

You need to have git and node.js installed on your computer, also cordova is required.

For platform-specific dependencies, see Cordova Platform Guides.

Initialization

To initialize necessary plugin and platform files, you'll need to run following command for the first time:

cordova prepare

Build and Run

Run on Android device:

$ cordova run android --device

Run on iOS device:

$ cordova run ios --device

Test in Browser:

$ cordova run browser