1.0.2 • Published 6 years ago

dgphonegapbuildapi v1.0.2

Weekly downloads
6
License
-
Repository
github
Last release
6 years ago

PHONEGAP BUILD JS

A client interface for the Phonegap Build API using nodejs

Install

Or from source:

##Description Phonegap Build API is a client interface for the Phonegap Build API (Duh!). Given that the API interacts using JSON-formatted strings, Javascript seems like the logical choice to process its input and output.

A commandline interface that partially implements the API has been provided.

The interface allows you to interact with the API, but it is mainly provided to serve as an example on how to use the tool. You are encouraged to implement your own driver that fits your needs.

##Examples

###Simple Example Here's an example on how to display the user data on standard output:

###Error Handling

Error handling is supported through callbacks. The above example can be expanded to handle any errors found.

1.0.2

6 years ago