Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/autodesk-platform-services/aps-dataviz-fader

Fader application using Data Visualization API
https://github.com/autodesk-platform-services/aps-dataviz-fader

data-visualization iot sample viewer

Last synced: about 1 month ago
JSON representation

Fader application using Data Visualization API

Awesome Lists containing this project

README

        

# aps-dataviz-fader

Sample [Autodesk APS](https://aps.autodesk.com) application attempting to provide a cleaner,
easier-to-read implementation of fader application using [Data Visualization API](https://aps.autodesk.com/en/docs/dataviz/v1/developers_guide/overview/)

![](https://github.com/autodesk-platform-services/aps-dataviz-fader/blob/main/public/img/aps-dataviz-fader.gif)

## Development

### Prerequisites

- [APS application](https://aps.autodesk.com/en/docs/oauth/v2/tutorials/create-app)
- [Node.js](https://nodejs.org) (we recommend the Long Term Support version)
- Terminal (for example, [Windows Command Prompt](https://en.wikipedia.org/wiki/Cmd.exe)
or [macOS Terminal](https://support.apple.com/guide/terminal/welcome/mac))

### Setup & Run

- Clone this repository
- Install dependencies: `yarn install` or `npm install`
- Setup environment variables:
- `APS_CLIENT_ID` - your APS application client ID
- `APS_CLIENT_SECRET` - your APS application client secret
- Run the server: `npm start`

> Refer [this blog](https://aps.autodesk.com/blog/simple-implementation-fader-application-using-data-visualization) for more explanation

> When using [Visual Studio Code](https://code.visualstudio.com),
you can specify the env. variables listed above in a _.env_ file in this
folder, and run & debug the application directly from the editor.

## Written by

Varun Patil [@VarunPatil578](https://twitter.com/VarunPatil578)