|
1 | | -Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK: |
| 1 | +# Aspose.Email Cloud SDK for Node.Js [](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) |
| 2 | +This repository contains Aspose.Email Cloud SDK for Node.Js source code. This SDK allows you to work with Aspose.Email Cloud REST APIs in your Node.Js applications quickly and easily, with zero initial cost. |
| 3 | + |
| 4 | +[Aspose.Email Cloud home](https://products.aspose.cloud/email/family "Aspose.Email Cloud") |
| 5 | +[API Reference](https://apireference.aspose.cloud/email/) |
| 6 | + |
| 7 | +# Key features |
| 8 | + |
| 9 | +Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK: |
2 | 10 | - Lets developers manipulate different emails’ formats such as Outlook MSG, EML, VCard, and iCalendar files |
3 | 11 | - Has a built-in email client |
4 | 12 | - Supports AI functionalities: |
5 | 13 | - The Business card recognition |
6 | 14 | - The Name API for parsing and handling personal names |
7 | 15 |
|
8 | | -To use this SDK, you need an App SID and an App Key; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this). |
9 | | - |
10 | 16 | ## How to use the SDK? |
11 | 17 | The complete source code is available in the GIT repository. |
12 | 18 |
|
| 19 | +### Prerequisites |
| 20 | +To use this SDK, you need an App SID and an App Key; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this). |
| 21 | + |
| 22 | +### Installation |
| 23 | +You can use it directly in your project via the source code or get a [npm package](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) |
| 24 | +From the command line: |
| 25 | + |
| 26 | + npm install @asposecloud/aspose-email-cloud --save |
| 27 | + |
13 | 28 | ### Usage examples |
14 | 29 | To use the API, you should create an EmailApi object: |
15 | 30 | ```typescript |
@@ -156,12 +171,6 @@ console.log(surname.value); // 'Cane' |
156 | 171 | ``` |
157 | 172 | </details> |
158 | 173 |
|
159 | | -### Install Aspose.Email Cloud via NPM |
160 | | -You can use it directly in your project via the source code or get a [npm package](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) |
161 | | -From the command line: |
162 | | - |
163 | | - npm install @asposecloud/aspose-email-cloud --save |
164 | | - |
165 | 174 | # Licensing |
166 | 175 | All Aspose.Email Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE). |
167 | 176 |
|
|
0 commit comments