Skip to content

Commit 6d08910

Browse files
[N/A] - Added Readme file.
1 parent 586a9b5 commit 6d08910

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Aspose.Tasks Cloud
2+
[Aspose.Tasks Cloud](https://products.aspose.cloud/tasks/cloud)
3+
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.
5+
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.
7+
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).
9+
10+
# Licensing
11+
All Aspose.Tasks Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
12+
13+
# Resources
14+
+ [**Website**](https://www.aspose.cloud)
15+
+ [**Product Home**](https://products.aspose.cloud/tasks/cloud)
16+
+ [**Documentation**](https://docs.aspose.cloud/display/taskscloud/Home)
17+
+ [**Free Support Forum**](https://forum.aspose.cloud/c/tasks)
18+
+ [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
19+
+ [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-tasks-product-family/)

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2-
"name": "asposetaskscloud",
2+
"name": "aspose-tasks-cloud",
33
"version": "19.10.0",
44
"description": "Aspose.Tasks Cloud SDK for Node.js",
55
"main": "src/api.ts",
66
"scripts": {
7-
"test": "mocha -r ts-node/register test/**/*.ts --timeout 10000"
7+
"test": "mocha -r ts-node/register test/**/*.ts --no-timeouts"
88
},
99
"keywords": [
1010
"Aspose",
1111
"Cloud",
12-
"Tasks"
12+
"Tasks",
13+
"mpp",
14+
"primavera",
15+
"microsoft",
16+
"project"
1317
],
1418
"author": {
1519
"name": "Ivan Andreychikov"

0 commit comments

Comments
 (0)