Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iot-for-all/iotc-query
A Companion Experience using CRA, IoT Central "styles" and Fluent UI controls/icons to demonstrate how to query and visualize IoT Central data using the (Alpha) Public Query APIs
https://github.com/iot-for-all/iotc-query
iot-central query-api
Last synced: 3 months ago
JSON representation
A Companion Experience using CRA, IoT Central "styles" and Fluent UI controls/icons to demonstrate how to query and visualize IoT Central data using the (Alpha) Public Query APIs
- Host: GitHub
- URL: https://github.com/iot-for-all/iotc-query
- Owner: iot-for-all
- Created: 2021-03-22T17:46:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T12:34:26.000Z (over 1 year ago)
- Last Synced: 2024-01-28T23:08:15.248Z (9 months ago)
- Topics: iot-central, query-api
- Language: SCSS
- Homepage:
- Size: 1.47 MB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-iotcentral - iotc-query - demonstrates using the query APIs currently in private preview (companion experiences)
README
# iotc-query
A Companion Experience using CRA, IoT Central "styles" and Fluent UI controls/icons to demonstrate how to query and visualize IoT Central data using the (Private Preview) Query APIs# Installing, building and running the codebase
The codebase is built on [create-react-app](https://createreactapp.github.io/) and therefore implements the same react-scripts. If you are not familiar with it visit the site for more details.
## Install
```
npm ci
```## Build
```
npm run build
```## Run
```
npm start
````## Use
```
http://localhost:4005
````