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
- Host: GitHub
- URL: https://github.com/formulahendry/azure-iot-toolkit-for-mobile
- Owner: formulahendry
- Created: 2017-07-05T05:24:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T04:09:56.000Z (about 8 years ago)
- Last Synced: 2025-06-05T05:24:21.334Z (4 months ago)
- Language: JavaScript
- Size: 1.9 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.