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?q=fetch&page=1251&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 16261 results for "fetch"(4208ms)

ecstaticMagentaAlpacamain.tsx1 match

@wrld6k•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

cerebras_codermain.tsx1 match

@wrld6k•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

cerebras_codermain.tsx1 match

@ztruefear•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

keenScarletWoodpeckermain.tsx1 match

@roadlabs•Updated 7 months ago
67 // Note: This is a mock implementation as actual GitHub API requires authentication
68 // In a real-world scenario, you'd need a GitHub Personal Access Token
69 const response = await fetch('https://api.github.com/repos/USERNAME/REPO/contents/content.txt', {
70 method: 'PUT',
71 headers: {

cerebras_codermain.tsx1 match

@bvc100x•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

Jumpchain_Websitemain.tsx1 match

@willthereader•Updated 7 months ago
497const app = new Hono();
498app.get("/", homepage);
499export default app.fetch;

cerebras_codermain.tsx1 match

@evincere•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

cerebras_codermain.tsx1 match

@piebru•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

scraper_templatemain.tsx1 match

@resat•Updated 7 months ago
10 const previousTopStory: string = await blob.getJSON(blobKey) ?? "";
11
12 const response = await fetch(scrapeURL);
13 const body = await response.text();
14 const $ = cheerio.load(body);

cerebras_codermain.tsx1 match

@dedicatedstudent•Updated 7 months ago
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({

readwise-instapaper1 file match

@welson•Updated 3 days ago
Fetches my articles from Readwise. Syncs with/ Neon + Instapaper

manual-fetcher

@miz•Updated 2 weeks ago