You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,27 @@
7
7
8
8
9
9
## Description
10
-
A sample demonstrating how to view a model in a web application with the Autodesk View & Data API. This web application has a basic Node.js
11
-
server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below
12
-
to prepare a model to be consumed in this sample.
10
+
This sample demonstrates how to view a model in a web application with the Autodesk View & Data API. This web application implements a basic Node.js server and JavaScript/HTML5 client. It does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below on how to prepare a model to be consumed in this sample.
13
11
14
12
15
13
## Dependencies
16
-
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before running the app by running
17
-
the following command in the project root directory
14
+
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before launching the app by running
15
+
the following command in the project root directory:
18
16
```
19
17
npm install
20
18
```
21
-
on the node.js console. This will install the following node.js modules in the project:
19
+
This will install the following node.js modules in the project:
22
20
- express
23
21
- request
24
22
- serve-favicon
25
23
26
-
This sample does not include the workflow of uploading models. on the server It depends on other workflow samples to upload models and
27
-
get model URNs - as explained in the Setup/Usage Instructions.
24
+
As said, this sample does not include the workflow of uploading models to the server.
25
+
It depends on other workflow samples to upload models and retrieve the model URNs, as explained in the Setup/Usage Instructions.
28
26
29
27
30
28
## Setup/Usage Instructions
31
29
32
-
* Apply for your own credentials (API keys) from [http://developer.autodesk.com](http://developer.autodesk.com)
30
+
* Apply for your own credentials (API keys) from [developer.autodesk.com](http://developer.autodesk.com)
33
31
* From the sample root folder, rename or copy the ./credentials_.js file into ./credentials.js <br />
0 commit comments