An open API service indexing awesome lists of open source software.

https://github.com/formulahendry/azure-iot-toolkit-for-mobile

Azure IoT Toolkit for Android, iOS and Windows Phone
https://github.com/formulahendry/azure-iot-toolkit-for-mobile

Last synced: 3 months ago
JSON representation

Azure IoT Toolkit for Android, iOS and Windows Phone

Awesome Lists containing this project

README

          

# Azure IoT Toolkit for Mobile

Azure IoT Toolkit for Android, iOS and Windows Phone, based on [Ionic](https://ionicframework.com/).

## Getting Started

* Clone this repository: `git clone https://github.com/VSChina/azure-iot-toolkit-for-mobile.git`.
* Run `npm install` from the project root.
* Install the ionic CLI (`npm install -g ionic`)
* To host it in localhost, run `ionic serve` in a terminal from the project root.
* To deploy it to Android device, run `ionic cordova run android --device`.