Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
````