Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$%7BsvgDataUrl%7D?q=function&page=2&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=function

Returns an array of strings in format "username" or "username/projectName"

Found 30501 results for "function"(2421ms)

nicoFunctionScript2 file matches

@stevekrouseUpdated 1 year ago

functionZilla1 file match

@sdanUpdated 1 year ago

chatSampleFunctionExtraction2 file matches

@webupUpdated 1 year ago

chatSampleFunctionMultiple2 file matches

@webupUpdated 1 year ago

chatSampleFunctionSingle2 file matches

@webupUpdated 1 year ago

multiplicationFunctionTest1 file match

@rodrigotelloUpdated 1 year ago

chatSampleFunctionTagging2 file matches

@webupUpdated 1 year ago

FunctionToHTMLForm1 file match

@rodrigotelloUpdated 1 year ago

fashionWardrobefashionwardrobe1 match

@kaltesommerUpdated 39 mins ago
9const WARDROBE_KEY = "wardrobe_items"; // NEW ← pick any key name you like
10
11export default async function(req: Request): Promise<Response> {
12 // --- always hydrate the in‑memory array from storage first -------------
13 wardrobe = (await blob.getJSON<WardrobeItem[]>(WARDROBE_KEY)) ?? [];

anchorPDSREADME.md1 match

@tijsUpdated 1 hour ago
11## 📋 Current Features (Phase 1)
12
13### Core Functionality
14
15- **Check-in Records**: Create and store location-based check-ins using ATProto standard
lost1991
import { OpenAI } from "https://esm.town/v/std/openai"; export default async function(req: Request): Promise<Response> { if (req.method === "OPTIONS") { return new Response(null, { headers: { "Access-Control-Allow-Origin": "*",
webup
LangChain (https://langchain.com) Ambassador, KubeSphere (https://kubesphere.io) Ambassador, CNCF OpenFunction (https://openfunction.dev) TOC Member.