Skip to content

Commit 402e457

Browse files
Update README.md
1 parent d21b717 commit 402e457

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
## Description
5-
A sample demonstrating how to view a model into web application with the Autodesk View & Data API. This web application has a basic Node.js server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model ont he Autodesk server for translation.
5+
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 server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model to the Autodesk server for translation.
66

77
## Dependencies
8-
Install Node.js on your machine and clone this repo. Download the project' dependencies using npm before running the app by running the following command
8+
Install Node.js on your machine and clone this repo. Download the project dependencies using npm before running the app by running the following command
99
```
1010
npm install
1111
```
@@ -14,19 +14,19 @@ on the node.js console. This will install the following node.js modules in the p
1414
- request
1515
- serve-favicon
1616

17-
This sample does not includes the workflow of uploading models. It depends on other workflow samples to upload models, get model URN. Please follow Setup/Usage Instructions.
17+
This sample does not include the workflow of uploading models. It depends on other workflow samples to upload models and get model URNs - as explained in the Setup/Usage Instructions.
1818

1919
## Setup/Usage Instructions
20-
Use your own credentials and upload models on your account
20+
Use your own credentials to upload models to your account
2121

22-
* Apply your own credentials from [http://developer.autodesk.com](http://developer.autodesk.com)
23-
* Replace the place holder with your own keys in credentials.js, line #23 and #25 <br />
22+
* Apply for your own credentials (API keys) from [http://developer.autodesk.com](http://developer.autodesk.com)
23+
* Replace the placeholder with your own keys in credentials.js, line #23 and #25 <br />
2424
```
2525
credentials.ClientId = '<replace with clientId>';
2626
2727
credentials.ClientSecret = '<replace with clientSecret>';
2828
```
29-
* Upload one of your model in your account and get its URN using other workflow sample, for example,
29+
* Upload one of your models to your account and get its URN using another workflow sample, for example,
3030
- [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows
3131
- or [this workflow sample in Mac OS Swift](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) if you are using Mac
3232
- or this [WEB page](http://javalmvwalkthrough-vq2mmximxb.elasticbeanstalk.com/)
@@ -41,7 +41,7 @@ Use your own credentials and upload models on your account
4141
* Connect to you local server using a WebGL-compatible browser: [http://localhost:3000/](http://localhost:3000/)
4242

4343

44-
This sample can also work with the Autodesk staging server (vs production) or work with someone else credentials as long you can get a valid token.
44+
This sample can also work with the Autodesk staging server (vs production) or work with someone else's credentials as long you can get a valid token.
4545
By default, the project is setup with the production server, and use your own credentials. If you are interested by a different setup, see the Options below.
4646

4747
## Options
@@ -60,18 +60,18 @@ You can work with production or staging Autodesk View and Data environments. By
6060
```
6161
node server.js
6262
```
63-
* Connect to you local server using a WebGL-compatible browser: [http://localhost:3000/](http://localhost:3000/)
63+
* Connect to your local server using a WebGL-compatible browser: [http://localhost:3000/](http://localhost:3000/)
6464

6565

66-
### Option B: To work with the staging environment, you need to use your own credential vs the option above.
66+
### Option B: To work with the staging environment, you need to use your own credentials vs the option above.
6767
* Apply your own credentials from [http://developer-stg.autodesk.com](http://developer-stg.autodesk.com)
6868
* Replace the place holder with your own keys in credentials-stg.js, line #23 and #25 <br />
6969
```
7070
credentials.ClientId = '<replace with clientId>';
7171
7272
credentials.ClientSecret = '<replace with clientSecret>';
7373
```
74-
* Upload one of your model in your account and get its URN using other workflow sample,for example,
74+
* Upload one of your models to your account and get its URN using another workflow sample, for example,
7575
- [this workflow sample in .net winform application](https://github.com/Developer-Autodesk/workflow-dotnet-winform-view.and.data.api/) if you are using windows
7676
- or [this workflow sample in Mac OS Swift](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api) if you are using Mac <br />
7777
But please use [staging URL](https://developer-stg.api.autodesk.com) to proceed with the workflows.

0 commit comments

Comments
 (0)