Likes
35
yawnxyz avatar
yawnxyz
valVersions
Script
* Retrieves a user by their username. * @param {string} username - The username of the user to retrieve. * @returns {Promise<Object>} The user object.
1
yawnxyz avatar
yawnxyz
luciaValtownSqlite
Script
A reorganization of: https://www.val.town/v/stevekrouse/lucia_adapter https://esm.town/v/stevekrouse/lucia_adapter_base
1
yawnxyz avatar
yawnxyz
simpleLogin
HTTP
// Your routes go here
1
stevekrouse avatar
stevekrouse
infoboxCrawler
HTTP
Forked from jdan/infoboxCrawler
1
jdan avatar
jdan
infoboxCrawler
HTTP
Forked from jdan/emperorOfJapanCrawler
4
roramigator avatar
roramigator
hackerNewsDigest
Cron
Hacker News Digest Fork this val to get an email like this in your inbox!
4
ejfox avatar
ejfox
valcontributionchart
HTTP
// This approach will fetch data from the specified endpoint, process it to create a GitHub-style contribution chart,
2
samwillis avatar
samwillis
pglite
HTTP
Forked from maxm/pgliteNpm
2
tmcw avatar
tmcw
whenfilmed
HTTP
A game where you guess when a movie was released. Man, those Disney movies are ancient !
2
cephalization avatar
cephalization
anthropicProxy
Script
https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/ THIS IS NO LONGER NECESSARY This Val will proxy anthropic HTTP requests from some frontend client, like langchain, so that you can utilize anthropic apis from the browser. Convert it to an HTTP val in order to use it (you may want to setup an ENV var / header to protect the endpoint with a secret key)
4
kylem avatar
kylem
gitReleaseNotes
HTTP
Github Release Notes from package.json Enter a raw github URL to a package.json, https://raw.githubusercontent.com/username/repo/branch/package.json and get a response of all release notes for all packages from current to latest. Roadmap [ ] GenAI summary [ ] Weekly cron email reports [ ] Send update PRs [ ] Other package managers like PyPi [ ] Formatting/styling [ ] Loading spinner
7
janpaul123 avatar
janpaul123
VALLE
HTTP
Forked from janpaul123/valTownChatGPT2
15
jxnblk avatar
jxnblk
vimarkdown
HTTP
vimarkdown Try it now A VIM-mode markdown editor built with Val Town . Features Write markdown in the browser with VIM keybindings Minimal, focused UI Saves to localStorage Multiple color modes Markdown -> HTML preview (⌘+P) NOT mobile-friendly Fork this editor on Val Town to make it your own Inspired by iA Writer Made by Jxnblk TODO [ ] Add syntax highlighting to frontmatter block [ ] Support multiple fonts
10
stevekrouse avatar
stevekrouse
sqlite
Script
Forked from std/sqlite
9
pomdtr avatar
pomdtr
excalidraw
HTTP
Excalidraw, embedded inside Val Town ! The drawing will be persisted in your blobs as json / png / svg. You can access the drawing source directly using the /json , /png and /svg subpaths. For example, to embed the image in a markdown document, you can use: ![pomdtr-excalidraw.web.val.run](https://pomdtr-excalidraw.web.val.run/png)
3
stevekrouse avatar
stevekrouse
demoSDK
Script
Val Town REST API TypeScript SDK Demos This val demonstrates basic usage of the the Val Town JS/TS SDK. You can fork this val to your account to quickly try it out. Authentication is automatically set by the VAL_TOWN_API_KEY environment variable, which is automatically set within Val Town. You can control the API scopes of that key in your val's settings page. Learn more Reference docs
2