Trigger PhoneGap Build from GitHub
You can remotely trigger a build by using the API
First you need to get your auth token:
$ curl -u [email protected] POST -d "" https://build.phonegap.com/token
Test it and retrieve your appid using the following command:
$ curl https://build.phonegap.com/api/v1/me?auth_token=[token ...