Avatar

stevekrouse

mayor of val town
Likes
451
maxm avatar
php
@maxm
HTTP (deprecated)
An interactive, runnable TypeScript val by maxm
moe avatar
spacex
@moe
HTTP
SpaceX Launch tracker todo: fetch and persist data on regular basis display data from cache
stevekrouse avatar
switchbot_party
@stevekrouse
HTTP (deprecated)
Forked from stevekrouse/switchbot
vawogbemi avatar
short
@vawogbemi
HTTP
Short URLs A URL shortener in Val Town! This turns URLs into strings like https://vawogbemi-short.web.val.run/JK An implementation of https://www.val.town/v/tmcw/short It uses SQL instead of express persistent storage. Table Schema Short(id INT, url TEXT)
gunnnnii avatar
caniuse_notifier
@gunnnnii
Cron
@jsxImportSource npm:react
cephalization avatar
anthropicProxy
@cephalization
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)
edgeeffect avatar
whatDoYouThinkOfItSoFar
@edgeeffect
Cron
What Do You Think of it so far? Rubbish! Our bin men (garbage men to you) come round every Friday morning. But alternate weeks, they take either rubbish or recycling. This val extracts from our local council website which collection they're doing this week and E. mails me the details every Thursday afternoon. I've hidden the URL in an environment variable (sorry) but the URL has details of our address and I'm not sure how happy our local council would be to start getting loads of hits from all round the world. But it's here as a sample of how easy it is to scrape a website and E. mail the details to yourself. And, on that subject, can I just say "hats off to val.town", I've been looking for a little cloud host that will let me E. mail myself from a cron for absolutely ages.
kylem avatar
gitReleaseNotes
@kylem
HTTP (deprecated)
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
yawnxyz avatar
stitchVal
@yawnxyz
HTTP (deprecated)
inspired by https://x.com/dankuntz/status/1813283813881225625 written by Sonnet-3.5 with ~12 prompts and some final manual tweaks
paulhoule avatar
hackerNewsRAG
@paulhoule
HTTP (deprecated)
Forked from substrate/hackerNewsRAG
substrate avatar
hackerNewsRAG
@substrate
HTTP (deprecated)
Forked from substrate/similarSites
substrate avatar
illustratedPrimer
@substrate
HTTP (deprecated)
Forked from vprtwn/IllustratedPrimer
saolsen avatar
ace
@saolsen
HTTP (deprecated)
@jsxImportSource npm:hono/jsx
tr3ntg avatar
googleGenerativeAIStreamingExample
@tr3ntg
HTTP (deprecated)
Google Generative AI Streaming Example Example Val showing how to set up an authenticated Google GoogleGenerativeAI client. Prerequisite: Follow Google's Getting Started guide to get an API key and view some example methods.
nbbaier avatar
status
@nbbaier
HTTP (deprecated)
Forked from stevekrouse/status
dglazkov avatar
qdrant
@dglazkov
HTTP (deprecated)
Since Qdrant Cloud has a fairly strict CORS policy, here's a simple val that proxies calls to Qdrant Cloud API and makes them accessible from Web apps. To set up: fork this val add your QDRANT_API_KEY to your environment variables. This would limit usage of your proxy to your API key only. start using val as a proxy Use it as a 1:1 replacement for Qdrant API, except for one additional query string parameter: cluster_id -- the part of the Qdrant API endpoint before cloud.qdrant.io .