Autodesk Platform Services application built by following the Simple Viewer tutorial from https://tutorials.autodesk.io.
We recommend using Visual Studio Code which, among other benefits, provides an integrated terminal as well.
git clone https://github.com/autodesk-platform-services/aps-simple-viewer-nodejs
cd aps-simple-viewer-nodejs
npm install
<client-id>
and <client-secret>
with your APS Client ID and Client Secret:APS_CLIENT_ID="<client-id>"
APS_CLIENT_SECRET="<client-secret>"
npm start
in terminalWhen using Visual Studio Code, you can run & debug the application by pressing
F5
.
Please contact us via https://forge.autodesk.com/en/support/get-help.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for more details.