Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
10
11
import extension_config from "https://esm.town/v/pomdtr/extension_config?v=43";
export default [
{ title: "Create Val", icon: "magnifying-glass", val: "nbbaier/openGoogle" },
{
title: "Search My Vals",
icon: "adjustments-horizontal",
val: "pomdtr/search_user_vals",
params: { user: "5d1042a9-7b0b-499d-8a72-3a8ac7a4e185" },
},
];
February 22, 2024