This sample has been replaced by https://github.com/autodesk-platform-services/aps-iot-extensions-demo.
This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, see the Data Visualization Extension Developer's Guide.
.
├── assets # Static svg and png files
├── client # Client-side code + configuration
├── docs # Additional documentation on how to upload a Revit model, setup Azure etc.
├── scss # SCSS files
├── server # Server-side configuration - router, sample synthetic/CSV data
├── shared # Config files shared between client and server
├── tools # Tools to use in your own webpack file
├── package.json
├── webpack.config.js
├── LICENSE
└── README.md
To successfully run this Reference Application, you need a Forge account. If you do not have a Forge account, see Creating your Forge account.
To install and run the Reference Application, see the Data Visualization Extension QuickStart.
If you'd like to add your own customization on top of the Reference Application baseline, you can modify the following files:
- custom.scss : Override or add custom styling to your application.
- client/pages/CustomPage.jsx : Create a custom page for your application.
- server/CustomRouter.js : Override or add new API routes.
Developer's Guide - https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide API Reference - https://forge.autodesk.com/en/docs/dataviz/v1/reference/Core/
This sample app uses an MIT License