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=api&page=381&format=json

For typeahead suggestions, use the /typeahead endpoint:

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

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

Found 4449 results for "api"(373ms)

hangman-js-1741726143792index.html1 match

@shouser•Updated 1 month ago
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <link rel="stylesheet" href="hangman.css" />
7 <link href='http://fonts.googleapis.com/css?family=Arvo' rel="stylesheet" type="text/css">
8 <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
9 <script type="text/javascript" src="${import.meta.resolve("./hangman.js")}"></script>

hangman-js-1741725695945index.html1 match

@shouser•Updated 1 month ago
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <link rel="stylesheet" href="${import.meta.resolve("./hangman.css")}"/>
7 <link href='http://fonts.googleapis.com/css?family=Arvo' rel="stylesheet" type="text/css">
8 <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
9 <script type="text/javascript" src="${import.meta.resolve("./hangman.js")}""></script>

vanillawebprojects-1741724733419style.css1 match

@shouser•Updated 1 month ago
1@import url('https://fonts.googleapis.com/css?family=Lato');
2
3* {

vanillawebprojects-1741724733419README.md1 match

@shouser•Updated 1 month ago
1## Speech Text Reader
2
3A text to speech app for non-verbal people. Pre-made buttons and custom text speech. This project uses the Web Speech API
4
5## Project Specifications

vanillawebprojects-1741724733419readme.md1 match

@shouser•Updated 1 month ago
1## Speak Number Guessing Game
2
3Number guessing game where you speak your guess into the microphone using the speech recognition API
4
5## Project Specifications

vanillawebprojects-1741724733419style.css1 match

@shouser•Updated 1 month ago
1@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
2
3:root {

vanillawebprojects-1741724733419script.js2 matches

@shouser•Updated 1 month ago
72 // console.log('Event: ', 'drop');
73 const dragEndIndex = +this.getAttribute('data-index');
74 swapItems(dragStartIndex, dragEndIndex);
75
76 this.classList.remove('over');
78
79// Swap list items that are drag and drop
80function swapItems(fromIndex, toIndex) {
81 const itemOne = listItems[fromIndex].querySelector('.draggable');
82 const itemTwo = listItems[toIndex].querySelector('.draggable');

vanillawebprojects-1741724733419style.css1 match

@shouser•Updated 1 month ago
1@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
2
3* {

vanillawebprojects-1741724733419style.css1 match

@shouser•Updated 1 month ago
1@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
2
3* {

vanillawebprojects-1741724733419style.css1 match

@shouser•Updated 1 month ago
1@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
2
3* {

PassphraseAPI2 file matches

@wolf•Updated 1 day ago

openapi2 file matches

@stevekrouse•Updated 3 days ago
artivilla
founder @outapint.io vibe coding on val.town. dm me to build custom vals: https://artivilla.com
fiberplane
Purveyors of Hono tooling, API Playground enthusiasts, and creators of 🪿 HONC 🪿 (https://honc.dev)