Example applications for DroneDeploy's App Platform.
See developer.dronedeploy.com to get up and running on DroneDeploy's App Platform.
-
Create a DroneDeploy account
-
Become a DroneDeploy developer
-
Clone this repository
$ git clone [email protected]:dronedeploy/app-examples.git
-
Install the CLI
$ npm install -g serverless
-
Obtain a DroneDeploy developer API key
Contact [email protected] and ask for a developer API key
-
Set your API key for the DroneDeploy CLI
$ cd IFTTT/ $ npm install $ serverless config dronedeploy-credentials --provider=dronedeploy --key=<YOUR API KEY>
-
Be in a directory of one of the sample folders, e.g.
IFTTT
:$ cd IFTTT/
-
Install the sample's dependencies
$ npm install
-
Deploy the sample:
$ serverless deploy
IFTTT is a free platform that allows you to create custom rules for calling applications based on events. With this example, you will build an application that will send DroneDeploy Trigger Events to an IFTTT webhook.
Contributions are welcome! Please make a pull request on this repository.
MIT
See LICENSE