caporaso-lab / SurveySync

Google Sheets Add-On to facilitate sync and validation of 3rd-party survey data
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Survey Sync

Build Status

This is a Google Sheets add-on that will facilitate the synchronization of data from a survey database to a Google Sheets spreadsheet.

Dependencies

Developer Quickstart

Installation

make dev

Build Instructions

make build

Deploy Instructions

# Log in to your Google Account using Clasp.
make login
# Log out of your Google Account.
make logout
# Push your code to Google App Script Project.
make deploy