Public
Script
  • pauliusef avatar
    renderFormAndSaveData
    @pauliusef
    Forked from maxm/saveFormDataExample
    HTTP (deprecated)
  • aymeeko avatar
    blob_admin
    @aymeeko
    Forked from stevekrouse/blob_admin
    HTTP (deprecated)
  • maxm avatar
    tanPeacock
    @maxm
    Forked from stevekrouse/blob_admin
    HTTP (deprecated)
  • dthyresson avatar
    getSpotifyAccessToken
    @dthyresson
    getSpotifyAccess Token Request an access token for use with the Spotify Web API. Requires environment variables from your Spotify Developers account. SPOTIFY_CLIENT_ID SPOTIFY_CLIENT_SECRET Uses Blob storage to cache the spotify_accessToken based on when the expires_in value in the Spotify Access Token response. Example import { getSpotifyAccessToken } from "https://esm.town/v/dthyresson/getSpotifyAccessToken"; const accessToken = await getSpotifyAccessToken(); console.debug(accessToken)
    Script
  • pomdtr avatar
    view_blob
    @pomdtr
    An interactive, runnable TypeScript val by pomdtr
    Script
  • nerdymomocat avatar
    add_to_habitify_from_todoist_w_ai
    @nerdymomocat
    // if you added new items to habitify after running this script
    Cron
  • postpostscript avatar
    provideBlob
    @postpostscript
    provideBlob: Return Response Quickly and Poll for the Expensive Parts Example: See @postpostscript/provideBlobExample for full example. You will need to fork this val to use provideBlob on your projects as it uses @std/blob for storage import { Image } from "https://deno.land/x/imagescript@1.2.17/mod.ts"; import { htmlResponse } from "https://esm.town/v/postpostscript/html"; import { provideBlob } from "https://esm.town/v/postpostscript/provideBlob"; export default async function(req: Request) { const image = provideBlob(async () => { const png = new Image(100, 100); png.drawCircle(50, 50, 50, 100); return png.encode(); }).jsPromise(); return htmlResponse` <div id="image"></div> <script> ${image}.then(blob => { const $img = document.createElement("img") $img.src = URL.createObjectURL(blob) document.getElementById("image").appendChild($img) }) </script> `; }
    HTTP (deprecated)
  • xkonti avatar
    gameIdeaApi
    @xkonti
    This Val is a part of Creating GPT Actions with ValTown tutorial: Video on YouTube Article on xkonti.tech The GPT using it: Game Idea Exchange GPT
    HTTP (deprecated)
  • stevekrouse avatar
    discordWelcomeBotCron
    @stevekrouse
    // Welcome new members to the Val Town Discord
    Cron
  • janpaul123 avatar
    valle_tmp_14787389514247828561625352472568
    @janpaul123
    An interactive, runnable TypeScript val by janpaul123
    HTTP (deprecated)
  • stevekrouse avatar
    sparklineEx
    @stevekrouse
    Forked from nbbaier/reactExample
    HTTP
  • tempdev avatar
    rabbitstream
    @tempdev
    // Full .ts implimentation of rabbitstream.net
    HTTP
  • janpaul123 avatar
    valle_tmp_26078469653238519037257020956977
    @janpaul123
    An interactive, runnable TypeScript val by janpaul123
    HTTP (deprecated)
  • keenanzucker avatar
    blobCommentsReact
    @keenanzucker
    Forked from stevekrouse/blobCommentsReact
    HTTP (deprecated)
  • rishabhparikh avatar
    easyAQI
    @rishabhparikh
    Forked from stevekrouse/easyAQI
    Script
  • stevekrouse avatar
    newValTownOpenAPI
    @stevekrouse
    An interactive, runnable TypeScript val by stevekrouse
    Cron
ā€¦
6
ā€¦
August 13, 2024