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
+87-90Lines changed: 87 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
Asposehtmlcloud - JavaScript client for asposehtmlcloud
4
4
5
-
- API version: 19.7.0
6
-
- Package version: 19.7.0
5
+
- API version: 20.8.0
6
+
- Package version: 20.8.0
7
7
8
8
## Installation
9
9
10
-
# Aspose.HTML Cloud SDK for Node.js
10
+
##Aspose.HTML Cloud SDK for Node.js
11
11
This repository contains Aspose.HTML Cloud SDK for Node.js source code.
12
12
This SDK allows you to work with Aspose.HTML Cloud REST APIs in your Node.js applications quickly and easily.
13
13
@@ -18,23 +18,97 @@ The complete source code is available in this repository folder, you can either
18
18
it in your project via npm package manager.
19
19
20
20
### Prerequisites
21
-
To use Aspose HTML for Cloud Node.js SDK you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
21
+
To use Aspose HTML for Cloud Node.js SDK you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is a free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
22
22
23
23
### Installation
24
24
25
25
#### Install Aspose.HTML Cloud
26
26
### For [Node.js](https://nodejs.org/)
27
27
28
28
#### npm
29
-
To publish the library as a [npm](https://www.npmjs.com/),
30
-
please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).
31
-
32
-
Then install it via:
33
-
34
29
```shell
35
30
npm install asposehtmlcloud --save
36
31
```
37
32
33
+
## Getting Started
34
+
Please follow the [installation](#installation) instruction and execute the following JS code:
35
+
36
+
NOTE: Use the helper from /test/helper.js for an upload and save data.
37
+
38
+
```javascript
39
+
40
+
// Get keys from aspose site.
41
+
// There is free quota available.
42
+
// For more details, see https://purchase.aspose.cloud/pricing
0 commit comments