Skip to content

Simple Viewer (Node.js):Autodesk Platform Services application built by following the Simple Viewer tutorial from https://tutorials.autodesk.io.

License

Notifications You must be signed in to change notification settings

GuilhermeKimoto/aps-simple-viewer-nodejs

 
 

Repository files navigation

Simple Viewer (Node.js)

platforms node.js npm license

Autodesk Platform Services application built by following the Simple Viewer tutorial from https://tutorials.autodesk.io.

thumbnail

Development

Prerequisites

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
    • APS_BUCKET (optional) - name of APS bucket to store your designs in
  • Run the server: yarn install or npm start

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.

Troubleshooting

Please contact us via https://forge.autodesk.com/en/support/get-help.

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for more details.

About

Simple Viewer (Node.js):Autodesk Platform Services application built by following the Simple Viewer tutorial from https://tutorials.autodesk.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • HTML 8.2%
  • CSS 5.8%