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/image-url.jpg%20%22Image%20title%22?q=function&page=2578&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 29176 results for "function"(1851ms)

2// This val will respond with a HTML page styled with fun CSS
3
4export default async function main(): Promise<Response> {
5 const htmlContent = `
6 <!DOCTYPE html>
1// This val will respond with a HTML page styled with fun CSS
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a fun HTML page with crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a styled HTML page with fun CSS
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a fun HTML page with crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page with fun CSS styles like crazy fonts and gradients
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with an HTML page saying "Hello, world!" with fun CSS.
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with an HTML page saying "Hello, world!" with fun CSS styles.
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page saying "Hello, world!" with fun CSS styles
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
1// This val will respond with a simple HTML page saying "Hello, world!"
2
3export default async function main(): Promise<Response> {
4 const htmlContent = `
5 <!DOCTYPE html>
tuna

tuna9 file matches

@jxnblk•Updated 1 day ago
Simple functional CSS library for Val Town

getFileEmail4 file matches

@shouser•Updated 1 month ago
A helper function to build a file's email
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.