Monaca Cloud & Remote Build API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
You can build a Cordova app using Monaca Cloud & Remote Build API. It can also be integrated with other web services. Once integrated, you will be able to use cloud services and remote build functions as if you are using or .
In this page, we will talk about how to integrate Monaca Cloud & Remote Build API with Node.js projects and its usage.
Monaca Cloud & Remote Build API is wrapped in a npm library called . In order to use the APIs in your Node.js project, please do as follows:
Install monaca-lib
.
Call this module in your js file:
You can now use any Monaca Cloud & Remote Build API in your js file now. For example:
The supported features for Monaca Cloud & Remote Build API are as follows:
Sign in / sign out to/from Monaca.
Creating a new project.
Compile and build the project.
Sync with Monaca Cloud project.
Transpile local project.
Please refer to monaca-lib/src/monaca.js
file regarding the list of all availabe APIs and their usage.