Skip to content

Instantly share code, notes, and snippets.

View hooshd's full-sized avatar

Dana Hooshmand hooshd

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
@hooshd
hooshd / Code.gs
Created March 27, 2019 13:54
Turzobot
/*
* API for TurzoBot
*/
var turzoBotSheet = "1nQG27jGfE7vlcezMyHUBK5zfwHe4e5O1JfvAP54l2_M";
function doGet(e) {
// get parameter to understand what to return. To be used in a future version
var input = e.parameter.input;