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
[](LICENSE)
3
2
4
-
Aspose.Tasks Cloud is a REST API for manipulating and converting Microsoft Project documents hosted on cloud platforms. It allows you to work with all aspects of a Project document as well as offers a wide range of export options allowing developers to convert Microsoft Project documents a number of industry standard formats. Our Cloud SDKs are wrappers around REST API in various programming languages, allowing you to work with Project documents in language of your choice quickly and easily, gaining all benefits of strong types and IDE highlights.
3
+
# Node.js SDK to Manage Tasks in the Cloud
5
4
6
-
This repository contains Aspose.Tasks Cloud SDK for Node.js source code. This SDK allows you to work with Aspose.Tasks Cloud REST APIs in your nodejs applications quickly and easily, with zero initial cost.
5
+
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Node.js](https://products.aspose.cloud/tasks/nodejs) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Node.js applications.
7
6
8
-
To use these SDK, you will need App SID and App Key which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (free registration in Aspose Cloud is required for this).
7
+
## REST API for Task Management
9
8
10
-
### Sample usage
11
-
The examples below show how your application have to initiate and get a project's tasks using aspose-tasks-cloud library:
12
-
```js
9
+
-[Convert project documents](https://docs.aspose.cloud/tasks/convert-project-document-to-the-specified-format/) to other formats.
-[Read Microsoft Project’s document properties](https://docs.aspose.cloud/tasks/working-with-calendars/) such as start and finish date, tasks scheduling types and so on.
15
+
-[Read Microsoft Project’s Calendars](https://docs.aspose.cloud/tasks/working-with-calendars/) and Calendar Exceptions information.
Register an account at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) to get you application information. Next, execute `npm i @asposecloud/aspose-tasks-cloud` from the command line to install Aspose.Tasks Cloud SDK for Node.js via NPM.
[Tests](test) contain various examples of using the SDK. You have to create "testConfig.json" file in project root to run every example. The "testConfig.json" has the following structure.
33
50
34
-
[Tests](test) contain various examples of using the SDK. You have to create "testConfig.json" file in project root to run them.
35
-
"testConfig.json" has the following structure
36
51
```json
37
52
{
38
53
"AppSid": "Youre AppSid here",
39
54
"AppKey": "Youre AppKey here",
40
55
"BaseUrl": "http://api.aspose.cloud"
41
56
}
42
57
```
58
+
## Aspose.Tasks Cloud SDKs in Popular Languages
43
59
44
-
For other examples, check the product [Developer Guide](https://docs.aspose.cloud/tasks/developer-guide/).
45
-
46
-
# Licensing
47
-
All Aspose.TasksCloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
0 commit comments