Skip to content

Instantly share code, notes, and snippets.

View webmaxru's full-sized avatar
😀
Progressive Web Max

Maxim Salnikov webmaxru

😀
Progressive Web Max
View GitHub Profile
@webmaxru
webmaxru / GoogleForms-to-Trello.gs
Last active July 6, 2018 10:30 — forked from jhannes/GoogleForms-to-Trello.gs
Google Forms to Trello
var authentication = "key=...&token=...";
var idBoard = "...";
var inboxList = "...";
var updatedLabel = "...";
var travelLabel = "...";
// To process all current records - run sendAll()
// To set up a trigger for the new records - run init()
function init() {