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/?q=function&page=1144&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 15180 results for "function"(1200ms)

val_tlShmRkTZomain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_w1RxWevh7smain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_hTN41dqWCUmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_lMsx7C9XfRmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_wrXS4vL012main.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_G4QbNgqzRnmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_BoN8lgrbOTmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_U4m66UKKNCmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_4LGR17ZrGmmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

val_PzOfvxe8Gbmain.tsx1 match

@dhvanil•Updated 5 months ago
1
2 export default async function handler(req) {
3 try {
4 const result = await (async () => {

getFileEmail4 file matches

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

tuna8 file matches

@jxnblk•Updated 1 week ago
Simple functional CSS library for Val Town
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": "*",