Skip to content

Commit 4d38776

Browse files
committed
README formatting improved
1 parent 25ef1fb commit 4d38776

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
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 [![npm](https://img.shields.io/npm/v/@asposecloud/aspose-email-cloud)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![License](https://img.shields.io/github/license/aspose-email-cloud/aspose-email-cloud-node)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![node](https://img.shields.io/node/v/@asposecloud/aspose-email-cloud)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![types](https://img.shields.io/npm/types/@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:
210
- Lets developers manipulate different emails’ formats such as Outlook MSG, EML, VCard, and iCalendar files
311
- Has a built-in email client
412
- Supports AI functionalities:
513
- The Business card recognition
614
- The Name API for parsing and handling personal names
715

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-
1016
## How to use the SDK?
1117
The complete source code is available in the GIT repository.
1218

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+
1328
### Usage examples
1429
To use the API, you should create an EmailApi object:
1530
```typescript
@@ -156,12 +171,6 @@ console.log(surname.value); // 'Cane'
156171
```
157172
</details>
158173

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-
165174
# Licensing
166175
All Aspose.Email Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
167176

0 commit comments

Comments
 (0)