Search

Results include substring matches and semantically similar vals. Learn more
zbeastly1 avatar
untitled2540845
@zbeastly1
An interactive, runnable TypeScript val by zbeastly1
Script
export let untitled2540845 = async function() {
return "hello val town, what am I to do?"
cufaoil avatar
untitled_amethystStork
@cufaoil
An interactive, runnable TypeScript val by cufaoil
HTTP
export async function untitled_amethystStork(request: Request): Promise<Response> {
return Response.json({ ok: true })
stevekrouse avatar
untitled_return_me_secret
@stevekrouse
An interactive, runnable TypeScript val by stevekrouse
Script
import process from "node:process";
export function untitled_return_me_secret() {
return process.env.test;
stevekrouse avatar
untitled_moccasinHeron
@stevekrouse
An interactive, runnable TypeScript val by stevekrouse
HTTP
export const str = "hello world";
export default function handler(request: Request) {
return Response.json({ ok: true });
byrneml avatar
untitled8578717
@byrneml
// Get news from different sources I care about
Script
desc: String,
url: String,
export async function giveMeLeNews({ feedlyAPI }: LeNews) {
return "Works";
zemariagp avatar
untitled_ivoryPiranha
@zemariagp
An interactive, runnable TypeScript val by zemariagp
Script
export default function nanoErgun(req, res) {
res.send("hi im nano ergun")
migmoog avatar
untitled_oliveLeopon
@migmoog
An interactive, runnable TypeScript val by migmoog
Cron
import { email } from "https://esm.town/v/std/email?v=9";
async function fetchRandomJoke() {
const response = await fetch(
"https://official-joke-api.appspot.com/random_joke",
mxderouet avatar
untitled7953808
@mxderouet
An interactive, runnable TypeScript val by mxderouet
Script
export let untitled7953808 = function () {
console.email("Remember to try val.town for Weather Bot");
maxsshole avatar
untitledTest
@maxsshole
An interactive, runnable TypeScript val by maxsshole
Script
export async function untitledTest() {
console.email("hellom hiter");
byrneml avatar
untitled4881419
@byrneml
// Get news from different sources I care about
Script
desc: String,
url: String,
export async function giveMeLeNews({ feedlyAPI }: LeNews) {
return "Works";
julesguarrera avatar
untitled_azureLeopard
@julesguarrera
// Fetches a random joke.
HTTP
export async function untitled_azureLeopard(request: Request): Promise<Response> {
return Response.json({ ok: true });
// Fetches a random joke.
async function emailRandomJoke() {
async function fetchRandomJoke() {
const response = await fetch(
bantic avatar
untitled_harlequinDragon
@bantic
An interactive, runnable TypeScript val by bantic
Script
export default function() {
console.log("hi");
return "foo";
byrneml avatar
untitled2342187
@byrneml
// Get news from different sources I care about
Script
desc: String,
url: String,
export async function giveMeLeNews({ feedlyAPI }: LeNews) {
return "Works";
juwang110 avatar
untitled_harlequinDingo
@juwang110
An interactive, runnable TypeScript val by juwang110
Script
async function emailRandomJoke() {
async function fetchRandomJoke() {
const response = await fetch(
"<https://official-joke-api.appspot.com/random_joke>",
pujdesai avatar
untitled_coralChinchilla
@pujdesai
An interactive, runnable TypeScript val by pujdesai
Email
export async function untitled_coralChinchilla(email: Email) {
async function emailRandomJoke() {
async function fetchRandomJoke() {
const response = await fetch(