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=fetch&page=316&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 4159 results for "fetch"(1657ms)

perseveringApricotSwordfishmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

perseveringApricotSwordfishmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

surpassingTealRoundwormmain.tsx1 match

@stevekrouse•Updated 6 months ago
23
24 try {
25 const response = await fetch("/", {
26 method: "POST",
27 body: JSON.stringify({ prompt, currentCode: code }),

cooperativeBronzeWildcatmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

savvyPurpleSpoonbillmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

cerebras_debatermain.tsx1 match

@stevekrouse•Updated 6 months ago
36 const generateNextMessage = async () => {
37 const currentSpeaker = conversation.length % 2 === 0 ? 1 : 2;
38 const res = await fetch("?nextMessage=true", {
39 method: "POST",
40 body: JSON.stringify({

intellectualMaroonMockingbirdmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

intellectualMaroonMockingbirdmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

truthfulAmethystParakeetmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

truthfulAmethystParakeetmain.tsx1 match

@stevekrouse•Updated 6 months ago
25
26 try {
27 const response = await fetch("/", {
28 method: "POST",
29 body: JSON.stringify({ prompt, currentCode: code }),

fetchPaginatedData2 file matches

@nbbaier•Updated 1 week ago

tweetFetcher2 file matches

@nbbaier•Updated 1 week ago