Skip to content

dronedeploy/app-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DroneDeploy logo

DroneDeploy App Examples

Example applications for DroneDeploy's App Platform.

See developer.dronedeploy.com to get up and running on DroneDeploy's App Platform.

Setup

Prerequisites

  1. Create a DroneDeploy account

  2. Become a DroneDeploy developer

  3. Clone this repository

     $ git clone [email protected]:dronedeploy/app-examples.git
    
  4. Install the CLI

     $ npm install -g serverless
    
  5. Obtain a DroneDeploy developer API key

    Contact [email protected] and ask for a developer API key

  6. Set your API key for the DroneDeploy CLI

     $ cd IFTTT/
     $ npm install
     $ serverless config dronedeploy-credentials --provider=dronedeploy --key=<YOUR API KEY>
    

How to run a sample

  1. Be in a directory of one of the sample folders, e.g. IFTTT:

     $ cd IFTTT/
    
  2. Install the sample's dependencies

     $ npm install
    
  3. Deploy the sample:

     $ serverless deploy
    

Example Apps

IFTTT

See the example app

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.

Contributing

Contributions are welcome! Please make a pull request on this repository.

License

MIT

See LICENSE