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.
ayrtonlacerda avatar
ayrtonlacerda
getDetailsPlaystore
HTTP
Function that fetches app data from the playstore through bundleId
0
elliotbraem avatar
elliotbraem
getProfileProfilePage
HTTP
@jsxImportSource https://esm.sh/react
1
taras avatar
taras
free_open_router
HTTP
curl 'https://taras-free_open_router.web.val.run/api/v1/chat/completions' \ -H 'accept: application/json' \ -H 'authorization: Bearer THIS_IS_OVERRIDEN_ON_SERVER' \ -H 'content-type: application/json' \ --data-raw '{ "model": "auto", "temperature": 0, "messages": [ { "role": "system", "content": "stuff" }, { "role": "user", "content": "hello" } ], "stream": true }'
1
ghouri avatar
ghouri
randomVideoChatApp
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
3
robertbrook avatar
robertbrook
untitled_blueZebra
Script
Forked from rosissharmatrainor/untitled_blueZebra
0
yawnxyz avatar
yawnxyz
aiBasicExample
Script
// basic text generation
0
yawnxyz avatar
yawnxyz
googleiframeembed
HTTP
An interactive, runnable TypeScript val by yawnxyz
0
stevekrouse avatar
stevekrouse
date_me_docs_cache
Script
An interactive, runnable TypeScript val by stevekrouse
0
tfayyaz avatar
tfayyaz
react_tldraw
HTTP
Forked from pomdtr/react_example
1
jacoblee93 avatar
jacoblee93
runAgent
Script
An interactive, runnable TypeScript val by jacoblee93
1
jxnblk avatar
jxnblk
tuna_example
HTTP
// Example of using tuna and caviar with React (resrv) on Val Town
0
fal avatar
fal
sdxl
Script
SDXL (fastest) https://www.fal.ai/models/stable-diffusion-xl link to val - https://www.val.town/v/fal/sdxl import * as fal from "npm:@fal-ai/serverless-client"; const result = await fal.subscribe("fal-ai/fast-sdxl", { input: { prompt: "photo of a rhino dressed suit and tie sitting at a table in a bar with a bar stools, award winning photography, Elke vogelsang" }, logs: true, onQueueUpdate: (update) => { if (update.status === "IN_PROGRESS") { update.logs.map((log) => log.message).forEach(console.log); } }, });
0
stevekrouse avatar
stevekrouse
remark
Script
Forked from stevekrouse/remarkDemoJSX
0
yawnxyz avatar
yawnxyz
simpleLogin
HTTP
// Your routes go here
1
flxa avatar
flxa
htmlExample
HTTP
Forked from andreterron/htmlExample
0
ramkarthik avatar
ramkarthik
domainAvailability
Script
An interactive, runnable TypeScript val by ramkarthik
0