Example on how to use web services of Autodesk BIM 360 Glue to login, query project informaiton and embed its display component (to view 3d model) into your web page.
Before get started, you may want to see a more basic example demostrating how to login to Autodesk BIM 360 Glue.
- clone the repository
cd <YourCodeDirectory> && npm install- copy credentials_.js and rename to credentials.js
- open credentials.js, change api_key, api_secret and company_id to your own.
node bin\www
