Back to APIs list

Google Sheets API examples & templates

Use these vals as a playground to view and fork Google Sheets API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
mdalam7294 avatar
mdalam7294
vigilantLimeDuck
Script
websites Ranker on Google
0
yawnxyz avatar
yawnxyz
urlMetadata
Script
// console.log(await getUrlMetadata('https://arstechnica.com/space/2024/06/nasa-indefinitely-delays-return-of-starliner-to-review-propulsion-data/'))
0
andreterron avatar
andreterron
violetPerch
Cron
Website Downtime Alert This val checks the availability of a specified website. If it's down or not returning a 200 OK status, it triggers an email alert. The email includes the date, time (in UTC), and the reason for the downtime, providing a way to monitor website availability. Fork this val and edit the URL variable to set up downtime notifications for your website.
0
fal avatar
fal
creative_upscaler
Script
Creative Upscaler link to val - https://www.val.town/v/fal/creative_upscaler Usage const upscaledImage = @fal.creative_upscaler("an owl", "https://storage.googleapis.com/falserverless/model_tests/upscale/owl.png") Usage import fal from "npm:@fal-ai/serverless-client"; const result = await fal.subscribe("fal-ai/creative-upscaler", { input: { prompt: "an owl", image_url: "https://storage.googleapis.com/falserverless/model_tests/upscale/owl.png", }, logs: true, onQueueUpdate: (update) => { if (update.status === "IN_PROGRESS") { update.logs.map((log) => log.message).forEach(console.log); } }, }); https://www.fal.ai/models/creative-upscaler
0
bao avatar
bao
cipher
HTTP
A web app to practice aristocrat and patristocrat cipher decoding.
0
all avatar
all
tomasoValmax
HTTP
Forked from all/tomasoValmax2
0
tmcw avatar
tmcw
litExample
Script
lit Lit is kind of like Google's answer to React: it's a little more reliant on browser APIs like custom elements and the shadow DOM, a little less 'magic', like using JSX. This is an example of using Lit and rendering it straight to a string, which is something that's recently popular. It works pretty well, right off the bat: Lit provides nice ESM modules and a pretty smooth workflow!
0
yawnxyz avatar
yawnxyz
hnCloneOAuth
Script
An interactive, runnable TypeScript val by yawnxyz
2
iamseeley avatar
iamseeley
RootLayout
Script
@jsxImportSource https://esm.sh/hono@latest/jsx
0
flymaster avatar
flymaster
cleanup
Cron
Every day, this val sends a message to NTFY.sh, causing my phone to prompt me to fill out a Google Form recording a single object that I decluttered from my house that day.
0
fal avatar
fal
svd
Script
Stable Video Diffusion link to val - https://www.val.town/v/fal/svd import * as fal from "@fal-ai/serverless-client"; const result = await fal.subscribe("fal-ai/fast-svd", { input: { image_url: "https://storage.googleapis.com/falserverless/model_tests/svd/rocket.png" }, logs: true, onQueueUpdate: (update) => { if (update.status === "IN_PROGRESS") { update.logs.map((log) => log.message).forEach(console.log); } }, }); https://www.fal.ai/models/svd/playground
0
genlock avatar
genlock
versatileAmethystMole
HTTP
@jsxImportSource https://esm.sh/react
0
adagradschool avatar
adagradschool
claude_033a69fc_cc3e_4691_a940_2386d3a0a00f
HTTP
An interactive, runnable TypeScript val by adagradschool
0
adagradschool avatar
adagradschool
jovialCoralMinnow
HTTP
An interactive, runnable TypeScript val by adagradschool
0
tmcw avatar
tmcw
recipes
Script
An interactive, runnable TypeScript val by tmcw
0
skyehersh avatar
skyehersh
date_me_docs_table
Script
Forked from stevekrouse/date_me_docs_table
0