An open API service indexing awesome lists of open source software.

https://github.com/devrev/airdrop-template

Template to get you started with writing a DevRev Airdrop snap-in
https://github.com/devrev/airdrop-template

Last synced: 2 months ago
JSON representation

Template to get you started with writing a DevRev Airdrop snap-in

Awesome Lists containing this project

README

          

# AirSync snap-in template

This GitHub repository provides a template with example code to implement an AirSync snap-in,
which imports todo lists, todos and users from a fake example external system into DevRev.

## Usage

1. Press on the green "Use this template" button, then "Create a new repository"
2. Name the repository in the form `airdrop--snap-in`, e.g
`airdrop-github-snap-in` (otherwise you will have to edit the snap-in manifest and a few other files).
3. Create the repository

A new repository will be created, with some data already populated by the template, assuming you set
the name, according to Step 2 above.

## Additional info

While developing the AirSync snap-in, make sure to refer to the
[AirSync snap-in documentation](https://developer.devrev.ai/airsync).