maxm-vscode.web.val.run
Readme

Manage your blobs using VS Code !

Just fork this val to install it, and use an api token to authenticate.

1
2
3
4
5
6
7
8
9
10
11
12
13
import { passwordAuth } from "https://esm.town/v/pomdtr/password_auth";
import { verifyToken } from "https://esm.town/v/pomdtr/verifyToken";
import { ValTownFS } from "https://raw.githubusercontent.com/pomdtr/smallweb-vscode/6e9cf2b56209785a198141b6722ffbaf0d98d1b5/fs/val_town.ts";
import { VSCode } from "https://raw.githubusercontent.com/pomdtr/smallweb-vscode/6e9cf2b56209785a198141b6722ffbaf0d98d1b5/mod.ts";
const fs = new ValTownFS();
const vscode = new VSCode({
fs,
});
export default passwordAuth(vscode.fetch, {
verifyPassword: verifyToken,
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
v0
June 28, 2024