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

LibSQLStudio

3fe0fa827f4c3b6e4efcce501182ffcaab898a6f8fb9e12ef44ee25e8e438ded.png

I'll write down the instructions tomorrow. The short version is:

  1. fork the val
  2. create the email env var, with your own email.
1
2
3
4
5
6
7
8
import { lastlogin } from "https://esm.town/v/pomdtr/lastlogin";
import { createApp } from "https://jsr.io/@pomdtr/libsqlstudio/0.0.2/mod.ts";
const app = createApp();
export default lastlogin(app.fetch, {
verifyEmail: (email) => email === "steve@val.town",
});
stevekrouse-libsqlstudio.web.val.run
June 21, 2024