vawogbemi avatar
blob_admin
@vawogbemi
HTTP
Forked from stevekrouse/blob_admin
miazien99 avatar
untitled_violetOctopus
@miazien99
Email
An interactive, runnable TypeScript val by miazien99
benjiwheeler avatar
globalIncrement
@benjiwheeler
HTTP
// This val uses Val Town's Blob storage to maintain a shared global integer value.
MichaelNollox avatar
VALLE
@MichaelNollox
HTTP
Forked from janpaul123/VALLE
jbwinters avatar
RefiComparison
@jbwinters
HTTP (preview)
* This app creates a comprehensive mortgage refinance offer comparison tool. * It calculates monthly payments, total interest paid, and displays charts for visual comparison. * It uses React for the frontend, Chart.js for data visualization, and Val Town's blob storage for data persistence.
Daniel avatar
blob_admin_edit
@Daniel
Script
Forked from pomdtr/blob_admin_edit
ktodaz avatar
setIsCurrentlyRunning
@ktodaz
Script
An interactive, runnable TypeScript val by ktodaz
jamisonl avatar
handleDiscordInteraction
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
gueejla avatar
castspell
@gueejla
Script
Temporary way of adding new mathemagic spells
pomdtr avatar
serve_blobs
@pomdtr
HTTP
Serve prefixed blobs. Usage import { serveBlobs } from "https://esm.town/v/pomdtr/serve_blobs" export default serveBlobs({ root: "public/" }) All your blobs prefixed by public/ will be publicly accessible. Ex: Go to https://pomdtr-public.web.val.run/example.json to view the blob public/example.json from my account.
wilhelm avatar
HTHTMX
@wilhelm
HTTP
A simple website using Hono, Twind and HTMX. Hono is a tiny web server library. Now with JSX! Twind is a tiny Tailwind replacement HTMX is a tiny way to add interactivity
martinbowling avatar
imgGenUrl
@martinbowling
HTTP
Forked from andrewgao/imgGenUrl
danyslicer avatar
fluxImageGenerator
@danyslicer
HTTP (preview)
Forked from isidentical/fluxImageGenerator
pomcute avatar
arenaChannelContents
@pomcute
Script
Get all content ("blocks") from an Are.na channel https://dev.are.na/documentation/channels
dthyresson avatar
getSpotifyTrackUrl
@dthyresson
Script
getSpotifyTrackUrl Get a Spotify Track Url using the Spotify Web API given an artist and a song title. Track info is cached by the query and also the spotify track id, so your popular queries won't have to fetch from Spotify over and over. Examples import { getSpotifyTrackUrl } from "https://esm.town/v/dthyresson/getSpotifyTrackUrl"; const reni = await getSpotifyTrackUrl("Stone Roses", "Fools Gold"); const ian = await getSpotifyTrackUrl("Joy Division", "Love Will Tear Us Apart"); const kim = await getSpotifyTrackUrl("Pixies", "Velouria"); console.log(reni) console.log(ian) console.log(kim) Info Uses getSpotifyAccessToken which requires you to set environment variables from your Spotify Developers account. SPOTIFY_CLIENT_ID SPOTIFY_CLIENT_SECRET Your access token is cached by getSpotifyAccessToken to avoid fetching over and over.
pomdtr avatar
blob_editor
@pomdtr
HTTP
Preview and edit blobs Usage: import blobEditor from "https://esm.town/v/pomdtr/blob_editor" export default blobEditor("article.md") You can easily protect your val behind @pomdtr/password_auth or @pomdtr/email_auth
August 13, 2024