Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

This val is supposed to be used with the val.town extension. See the extension readme for installation instructions.

1
2
3
4
5
6
7
8
9
10
import { BrowserContext } from "https://esm.town/v/pomdtr/browser";
export default async function(ctx) {
return {
type: "open",
url: `https://val.town/embed/${ctx.params.author}/${ctx.params.name}`,
};
}
// #web
April 6, 2024