Skip to content

Instantly share code, notes, and snippets.

@5un
5un / post-google-forms-node.js
Last active February 19, 2023 00:07
post-google-forms-nodejs
var request = require('superagent');
// https://docs.google.com/forms/d/<form-id>/edit
var formId = 'YOUR_FORM_ID';
var fields = {
size: 'entry.1721541334',
sizeOther: 'entry.1721541334.other_option_response',
email: 'entry.1414359800',
mobile: 'entry.1534391001',
@copiousfreetime
copiousfreetime / README.md
Last active October 9, 2022 21:49
Replicating Heroku CI/CD + Review Apps

How to deal with missing Heroku CI/CD and Review Apps

The reason for this

In particular the update from 2022-04-26 23:54:00 UTC

For the protection of our customers, we will not be reconnecting to GitHub until we are certain that we can do so safely, **which may take some time