Public
Script
  • ari avatar
    tanHookworm
    @ari
    Forked from andreterron/isMyWebsiteDown
    Cron
  • bojan avatar
    btcPriceAlert
    @bojan
    Forked from stevekrouse/btcPriceAlert
    Cron
  • maxm avatar
    saveFormDataExample
    @maxm
    An interactive, runnable TypeScript val by maxm
    HTTP (deprecated)
  • alexpetros avatar
    AggregatorAlert
    @alexpetros
    An interactive, runnable TypeScript val by alexpetros
    Cron
  • gueejla avatar
    forwardin
    @gueejla
    Send a silly lil email to me Set up using https://docs.val.town/types/email/ and https://www.val.town/v/std/email Forwards emails to me from gueejla.forwardin@valtown.email
    Email
  • satvikrepaka avatar
    coffeeHaddock
    @satvikrepaka
    // Fetches a random joke.
    Cron
  • yawnxyz avatar
    sendSMS
    @yawnxyz
    Forked from iamseeley/sendSMS
    Script
  • parkerdavis avatar
    newCommentNotification
    @parkerdavis
    An interactive, runnable TypeScript val by parkerdavis
    HTTP (deprecated)
  • todimech avatar
    dailyDadJoke
    @todimech
    Forked from stevekrouse/dailyDadJoke
    Cron
  • petermillspaugh avatar
    emailCourseCreator
    @petermillspaugh
    Forked from petermillspaugh/emailSubscription
    HTTP (deprecated)
  • rahulg avatar
    dailyDadJoke
    @rahulg
    Forked from stevekrouse/dailyDadJoke
    Cron
  • deeks2115 avatar
    untitled_orangeSwallow
    @deeks2115
    // Fetches a random joke.
    Cron
  • maijason avatar
    untitled_aquamarineBlackbird
    @maijason
    // Fetches a random joke.
    Cron
  • nbbaier avatar
    sqliteDump
    @nbbaier
    SQLite Dump Util A utility function that generates SQL statements to dump the data and schema of tables in a SQLite database. Usage This example specifically dumps the users table and logs the output: import { sqliteDump } from "https://esm.town/v/nbbaier/sqliteDump"; const dump = await sqliteDump(["users"]); console.log(dump) You can optionally specify a callback to handle the result. The example below dumps the users table and emails it using std/email . import { email } from "https://esm.town/v/std/email"; import { sqliteDump } from "https://esm.town/v/nbbaier/sqliteDump"; await sqliteDump(["users"], async (res) => { await email({ text: res }); }); Function Signature function sqliteDump(tables?: string[], callback?: ((result: string) => string | void | Promise<void>) | undefined): Promise<string | void> Parameters tables : (Optional) Array of table names to include in the dump. If not provided, all tables will be included. callback : (Optional) An (potentially async) callback function to process the dump result. The callback receives the dump string as its argument.
    Script
  • tymeee avatar
    CS1200
    @tymeee
    // Fetches a random joke.
    Cron
  • varun_balani avatar
    weatherGPT
    @varun_balani
    Forked from stevekrouse/weatherGPT
    Cron
…
22
…
July 31, 2024