• trantion avatar
    VALLE
    @trantion
    Forked from janpaul123/VALLE
    HTTP (deprecated)
  • substrate avatar
    subaudio
    @substrate
    sub.audio – generate subtitles and chapters for any audio URL. Speech-to-text and chapter summaries powered by Substrate πŸͺ© To fork, sign up for Substrate to get your own API key and $50 free credits
    HTTP (deprecated)
  • stevekrouse avatar
    auth_middleware
    @stevekrouse
    Forked from pomdtr/auth_middleware
    Script
  • vladimyr avatar
    lowdb_example
    @vladimyr
    Forked from pomdtr/lowdb_example
    Script
  • pomdtr avatar
    raw
    @pomdtr
    Fetch the source of a val This val was created before the introduction of https://esm.town Usage curl https://pomdtr-raw.web.val.run/v/<author>/<name>.<extension>[?v=<version>] To see the code of this val, use https://pomdtr-raw.web.val.run/v/pomdtr/raw.ts Examples Fetching the val code $ curl https://pomdtr-raw.web.val.run/v/pomdtr/add.tsx You can also use js , jsx and ts extension (only the content-type change, there is no transpilation). Fetching private val Pass an api token as an username $ curl "https://<token>@pomdtr-raw.web.val.run/v/pomdtr/privateVal.ts" Fetching the val README $ curl https://pomdtr-raw.web.val.run/v/pomdtr/add.md Getting an image $ curl https://pomdtr-raw.web.val.run/v/pomdtr/add.png Fetching a specific version of a val $ curl https://pomdtr-raw.web.val.run/v/pomdtr/raw.ts?v=66 You need to be authenticated to use this method. Fetching the val metadata $ curl https://pomdtr-raw.web.val.run/v/pomdtr/add.json Running vals locally using Deno Create a new val.ts file referencing the @pomdtr.add import { add } from "https://pomdtr-raw.web.val.run/v/pomdtr/add.ts"; console.log(add(1, 2)); then use deno run $ deno run ./val.ts 3 If you val accept a request and return a response, you can pass it to Deno.Serve to run it locally! import {raw} from "https://pomdtr-raw.web.val.run/v/pomdtr/raw.ts"; Deno.serve(raw); If your val is private, you can set the DENO_AUTH_TOKENS env. DENO_AUTH_TOKENS=<val-town-token>@pomdtr-raw.web.val.run deno run val.ts
    HTTP (deprecated)
  • pa avatar
    gifStory
    @pa
    Forked from substrate/gifStory
    HTTP (deprecated)
  • nbbaier avatar
    sqliteStudioApp
    @nbbaier
    See SQLite Explorer for information!
    HTTP (deprecated)
  • pomdtr avatar
    article
    @pomdtr
    Use readme as website Usage import {article} from "https://esm.town/v/pomdtr/article" export default article() See this val http endpoint as an example: https://pomdtr-article.web.val.run
    HTTP (deprecated)
  • pomdtr avatar
    indieauth_test
    @pomdtr
    An interactive, runnable TypeScript val by pomdtr
    HTTP (deprecated)
  • stevekrouse avatar
    perf
    @stevekrouse
    Perf - a website performance tester I had Anthropic build this for me to show off the launch of HTTP (Preview) vals: https://blog.val.town/blog/http-preview/
    HTTP
  • pomdtr avatar
    frontmatter
    @pomdtr
    Script
  • tmcw avatar
    wasmBlobHost
    @tmcw
    Forked from maxm/wasmBlobHost
    HTTP (deprecated)
  • pomdtr avatar
    msg
    @pomdtr
    An interactive, runnable TypeScript val by pomdtr
    Script
  • stevekrouse avatar
    likelyCyanPartridge
    @stevekrouse
    The actual code for VALL-E: https://www.val.town/v/janpaul123/VALLE
    HTTP (deprecated)
  • tmcw avatar
    VALLErun
    @tmcw
    Forked from janpaul123/VALLErun
    HTTP (deprecated)
  • pomdtr avatar
    blob_editor
    @pomdtr
    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
    HTTP (deprecated)
May 30, 2024