1.0.1 • Published 12 years ago

phonegapbuildapi v1.0.1

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

PHONEGAP BUILD JS

A client interface for the Phonegap Build API using javascript

##Dependencies:

##Description Phonegap Build JS is a client interface for the Phonegap Build API. 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. Simply include the needed modules in your script.

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.1

12 years ago

1.0.0

12 years ago