Sample Autodesk APS application attempting to provide a cleaner, easier-to-read implementation of fader application using Data Visualization API
- APS application
- Node.js (we recommend the Long Term Support version)
- Terminal (for example, Windows Command Prompt or macOS Terminal)
- Clone this repository
- Install dependencies:
yarn installornpm install - Setup environment variables:
APS_CLIENT_ID- your APS application client IDAPS_CLIENT_SECRET- your APS application client secret
- Run the server:
npm start
Refer this blog for more explanation
When using Visual Studio Code, you can specify the env. variables listed above in a .env file in this folder, and run & debug the application directly from the editor.
Varun Patil @VarunPatil578
