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.
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
Brust avatar
Brust
RTCChatApp
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
0
yawnxyz avatar
yawnxyz
simpleLogin
HTTP
// Your routes go here
1
flxa avatar
flxa
htmlExample
HTTP
Forked from andreterron/htmlExample
0
ctneeezz avatar
ctneeezz
uprightTurquoiseStingray
HTTP
Forked from mewtru/valentine
0
ramkarthik avatar
ramkarthik
domainAvailability
Script
An interactive, runnable TypeScript val by ramkarthik
0
tmcw avatar
tmcw
apricotSloth
Script
Usage curl https://karfau.web.val.run
0
webup avatar
webup
loaderSampleAudio
Script
An interactive, runnable TypeScript val by webup
0
ishmehta07 avatar
ishmehta07
valentine
HTTP
Forked from mewtru/valentine
0
ajax avatar
ajax
resumeConfig
Script
Forked from iamseeley/resumeConfig
0
kora avatar
kora
aiBasicExample
Script
Forked from yawnxyz/aiBasicExample
0
andreterron avatar
andreterron
server
HTTP
Forked from tfayyaz/react_tldraw
0
paulkinlan avatar
paulkinlan
apricotSloth
Script
Forked from tmcw/apricotSloth
0
yawnxyz avatar
yawnxyz
htmlkit
Script
This module provides functions to convert HTML to various formats such as Markdown, Pug, and Turndown. It also includes utilities to fetch HTML from a URL, extract metadata, and clean HTML by removing unwanted selectors. Dependencies include Cheerio for HTML parsing, JSDOM for DOM manipulation, and Turndown for converting HTML to Markdown.
0
stevekrouse avatar
stevekrouse
button
HTTP
Forked from easrng/button
2