{
  "items": [
    {"title": "Publish a little program as a web address", "url": "https://developers.google.com/apps-script/guides/web", "blurb": "Google’s page on web apps. This is where the receive-a-row door (doPost), the read-a-number door (doGet), and publish (deploy) are explained.", "kind": "site"},
    {"title": "Commands that talk to a sheet", "url": "https://developers.google.com/apps-script/reference/spreadsheet", "blurb": "Official list of sheet commands the little program can use: add a row, read a cell.", "kind": "site"},
    {"title": "Send a short reply from the program", "url": "https://developers.google.com/apps-script/reference/content/content-service", "blurb": "How the program sends text back — a number, or a simple “it worked.”", "kind": "site"},
    {"title": "The little program next to a sheet", "url": "https://developers.google.com/apps-script/guides/sheets", "blurb": "How to open the program editor from a sheet (Extensions, then Apps Script) and read or write cells.", "kind": "site"},
    {"title": "Send a first request in Postman", "url": "https://learning.postman.com/docs/getting-started/first-steps/sending-the-first-request/", "blurb": "The send-a-message tool the teacher uses to test the web address before a form is ready.", "kind": "site"},
    {"title": "Carrd help pages", "url": "https://carrd.co/docs", "blurb": "Carrd’s own documentation. The teacher uses Carrd to put a simple form on the web.", "kind": "site"}
  ]
}
