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=linkedom&page=3&format=json

For typeahead suggestions, use the /typeahead endpoint:

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

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

Found 27 results for "linkedom"(2593ms)

markdown_downloadmain.tsx1 match

@yawnxyz•Updated 1 year ago
1import { isProbablyReaderable, Readability } from "npm:@mozilla/readability@^0.5.0";
2import { DOMParser } from "npm:linkedom@0.16.10";
3import { marked } from "npm:marked@12.0.1";
4import { getSubtitles } from "npm:youtube-captions-scraper@^2.0.1";

scrape2mdREADME.md2 matches

@taras•Updated 1 year ago
19 "typeCheck": false,
20 "mappings": {
21 "https://esm.sh/linkedom": {
22 "name": "linkedom",
23 "version": "^0.16.8"
24 }

webscrapeBareBonesTikimain.tsx1 match

@hurricanenate•Updated 1 year ago
1import { DOMParser, Node } from "https://esm.sh/linkedom@0.16.1";
2import { email } from "https://esm.town/v/std/email?v=9";
3import { fetchText } from "https://esm.town/v/stevekrouse/fetchText?v=5";

d3ChordDiagrammain.tsx1 match

@fil•Updated 1 year ago
4 // Import D3 and create a DOM document for server-side-rendering.
5 const d3 = await import("npm:d3");
6 const document = await import("https://esm.sh/linkedom@0.15").then((l) =>
7 l.parseHTML("<a>").document
8 );

earthquakesREADME.md1 match

@fil•Updated 1 year ago
9| Web page | https://fil-earthquakes.web.val.run/ |
10| Observable Plot | https://observablehq.com/plot/ |
11| linkedom | https://github.com/WebReflection/linkedom |
12| topojson | https://github.com/topojson/topojson |
13| earthquakes | https://earthquake.usgs.gov |

plotLinkeDOMSRRExample2 file matches

@stevekrouse•Updated 10 months ago