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/$%7Burl%7D?q=function&page=1&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 18147 results for "function"(885ms)

getFileEmail4 file matches

@shouser•Updated 1 week ago
A helper function to build a file's email
tuna

tuna8 file matches

@jxnblk•Updated 2 weeks ago
Simple functional CSS library for Val Town

AutomationFunction1 file match

@saradp•Updated 3 weeks ago

TwilioHelperFunctions

@vawogbemi•Updated 2 months ago

trmnl_plugins2 file matches

@camflan•Updated 2 months ago
Backend functions for TRMNL plugins

exampleTestFunctions1 file match

@willthereader•Updated 3 months ago

generateFunction1 file match

@wolf•Updated 4 months ago

functionExercise2 file matches

@willthereader•Updated 5 months ago

FunctionToHTMLForm1 file match

@dps•Updated 1 year ago

gpt4FunctionCallingExample2 file matches

@stevekrouse•Updated 1 year ago

TownieHome.tsx1 match

@valdottown•Updated 25 mins ago
4import { EyeIcon, FileCode2Icon, SparklesIcon, SquarePenIcon } from "./icons.tsx";
5
6export function Home() {
7 return (
8 <div className="container">

TownieLoginRoute.tsx1 match

@valdottown•Updated 25 mins ago
4import { useAuth } from "../hooks/useAuth.tsx";
5
6export function LoginRoute() {
7 const navigate = useNavigate();
8 const { isAuthenticated, authenticate, error } = useAuth();
webup
LangChain (https://langchain.com) Ambassador, KubeSphere (https://kubesphere.io) Ambassador, CNCF OpenFunction (https://openfunction.dev) TOC Member.
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": "*",