stevekrouse avatar
stevekrouse
switchbot_party
HTTP
Forked from stevekrouse/switchbot
1
pomdtr avatar
pomdtr
copy_markdown_link
Script
This val is supposed to be used with the val.town extension. See the extension readme for installation instructions.
0
dthyresson avatar
dthyresson
viewOnValTownComponent
HTTP
View on Val Town Give url and, link to your val!
0
jamiedubs avatar
jamiedubs
mediainfo
HTTP
Fetches details about media files (images, video, audio, etc) using Mediainfo.js . e.g. codecs used, duration, file sizes, ID3 tags, etc. Check out https://jamiedubs-mediainfo.web.val.run/ for a little interactive example Beta! API response not 100% stable, I might move things around still. Especially this summary field idea
1
maxm avatar
maxm
evalUI
HTTP
An interactive, runnable TypeScript val by maxm
2
pomdtr avatar
pomdtr
popcorn
HTTP
An interactive, runnable TypeScript val by pomdtr
0
saolsen avatar
saolsen
traced_http_val
HTTP
An interactive, runnable TypeScript val by saolsen
0
MichaelNollox avatar
MichaelNollox
tenseRoseTiglon
HTTP
Forked from janpaul123/VALLE
0
pomdtr avatar
pomdtr
val2img
Script
This val is supposed to be used with the val.town extension. See the extension readme for installation instructions.
0
pomdtr avatar
pomdtr
markdocReactExample
HTTP
Markdoc Playground This readme is rendered using markdoc . {% val author="pomdtr" name="markdocReactExample" %}
2
roadlabs avatar
roadlabs
valledrawclient
Script
Forked from janpaul123/valledrawclient
0
postpostscript avatar
postpostscript
blog
HTTP
@postpostscript 's Val Town Blog Blog Posts: Ideas 2024-03-06 - Auth for Val Town 2024-03-09 - sqliteUniverse: Make SQLite Queries Against Multiple Endpoints in Deno (Val Town) (Part 1) 2024-03-09 - sqliteUniverse: Make SQLite Queries Against Multiple Endpoints in Deno (Val Town) (Part 2) Other Projects: 2024-02-25 - moduleHighlightValueLink: Link to a Val With a Value or Method's Code Highlighted 2024-02-28 - provideBlob: Return Response Quickly and Poll for the Expensive Parts 2024-03-02 - MyFooter: my footer component which shares random vals I've liked! 2024-03-16 - readmeManager: Edit Val Readmes With Persistent Drafts 2024-04-09 - reactiveStateBlob: wrap blob state in a proxy to autosave it on changes 2024-04-24 - lock: lock that releases when it leaves the execution context 2024-04-25 - fetchWorker: communicate with a worker over a fetch-like interface 2024-01-06 - interruptibleChain: simple interface for pausing and resuming execution chains (now at https://github.com/postpostscript/chain) 2024-01-07 - expiringBlob: create-and-forget blobs using UUIDv7
1
pomdtr avatar
pomdtr
auth_middleware
Script
Authentication middleware Guards your public http vals behind a login page. This val use a json web token stored as an http-only cookie to persist authentication. Usage Set an AUTH_SECRET_KEY env variable (used to sign/verify jwt tokens) to a random string . Then use an API token to authenticate. import { auth } from "https://esm.town/v/pomdtr/auth_middleware"; async function handler(req: Request): Promise<Response> { return new Response("You are authenticated!"); } export default auth(handler); See @pomdtr/test_auth for an example ⚠️ Make sure to only provides your api token to vals you trust (i.e. your own), as it gives access to your whole account.
1
pomdtr avatar
pomdtr
mdx_readme
HTTP
⚠️ This readme is only readable from the val http endpoint import msg from "https://esm.town/v/pomdtr/msg" import {capitalize} from "https://esm.sh/lodash-es" export const title = "mdx rendered from a val readme" {capitalize(title)} {msg}
2
nicosql avatar
nicosql
ssr_react_mini
Script
Forked from stevekrouse/ssr_react_mini
0
ubixsnow avatar
ubixsnow
valleBlogV0
HTTP
Forked from janpaul123/valleBlogV0
0
Updated: January 8, 2025