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=fetch&page=1&format=json

For typeahead suggestions, use the /typeahead endpoint:

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

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

Found 14071 results for "fetch"(2498ms)

FetchBasic2 file matches

@ther•Updated 6 days ago

GithubPRFetcher

@andybak•Updated 1 week ago

proxiedfetch1 file match

@jayden•Updated 1 week ago

fetch-socials4 file matches

@welson•Updated 2 weeks ago
fetch and archive my social posts

fetchRssForSubcurrent2 file matches

@ashryanio•Updated 2 weeks ago

fetch_template2 file matches

@gwoods22•Updated 2 weeks ago

HN-fetch-call3 file matches

@ImGqb•Updated 2 weeks ago
fetch HackerNews by API

FRAMERFetchBasic1 file match

@bresnik•Updated 2 weeks ago

FetchBasic1 file match

@bresnik•Updated 2 weeks ago

fetchTechNews

@josiasaurel•Updated 2 weeks ago

molarmessengermain.tsx2 matches

@Dentalabcs•Updated 41 mins ago
12 }
13 // 🔗 Generate response from OpenAI
14 const aiResponse = await (await fetch("https://api.openai.com/v1/chat/completions", {
15 method: "POST",
16 headers: {
36 console.log("🤖 Final reply to send:", reply);
37 // 📤 Send SMS via Twilio
38 const twilioResponse = await fetch(
39 "https://api.twilio.com/2010-04-01/Accounts/" + Deno.env.get("TWILIO_ACCOUNT_SID") + "/Messages.json",
40 {

huyhieuREADME.md1 match

@lanly•Updated 56 mins ago
19/huyhieu?url=<website>&label=<label>&value=<value>&color=<color>&text=<textColor>&size=<size>&radius=<radius>&shape=<shape>
20```
21- `url` (optional): Website to fetch favicon from
22- `label` (optional): Left text (default: 'huy' if both label and value are missing)
23- `value` (optional): Right text (default: 'hieu' if both label and value are missing)