Back to packages list

Vals using hono

Description from the NPM package:
Web framework built on Web Standards
bookmarklets
pomdtr
bookmarklets
Bookmarklet Manager Write your bookmarklets in val.town. Usage You val should just contain your bookmarklet code. alert("Hi mom!"); Make sure that your val is either unlisted or public, and not named bookmarklets . Then navigate to https://pomdtr-bookmarklets.web.val.run/v/:author/:name to generate the bookmarklet link. Sharing a bookmarklet Make sure that your val is public, and add a #bookmarklet tag anywhere in the code. alert("Hi mom!"); // #bookmarklet It should automatically appears on https://pomdtr-bookmarklets.web.val.run . ⚠️ If you are using the Arc Browser , you can use the Powerlet extension to install bookmarklets.
HTTP
dateme
stevekrouse
dateme
Moved to https://www.val.town/x/stevekrouse/dateme
HTTP
clerk_hono_poc
saolsen
clerk_hono_poc
Sloppy but it's a working POC. Clerk key would be shared by all vals though, probably annoying since you'd have to configure each URL in clerk. Could be fine though. The CLERK_JWT_KEY is a hack where I took the pem and replaced all the newlines with '|' so I could set it as an env var and then turn them back to newlines.
HTTP
untitled_apricotParrotfish
steveVT
untitled_apricotParrotfish
Remix of: stevekrouse/blob_admin
HTTP
untitled_indigoNightingale
stevekrouse
untitled_indigoNightingale
Remix of: stevekrouse/blob_admin
HTTP
connect4_agent
saolsen
connect4_agent
An interactive, runnable TypeScript val by saolsen
Script
untitled_pinkRoundworm
stevekrouse
untitled_pinkRoundworm
Remix of: vez/comments
HTTP
untitled_tanHare
vez
untitled_tanHare
Remix of: stevekrouse/blob_admin
HTTP
comments
vez
comments
Comments (just add water) A self-contained comments system Val. Just fork this val and you have a complete (but extremely minimal) comment system! Call on the front-end using: const MY_FORKED_VAL_URL = "https://vez-comments.web.val.run"; const getComments = async () => { const response = await fetch(MY_FORKED_VAL_URL); const json = await response.json(); return json; }; const addComment = async (str) => { try { const response = await fetch(MY_FORKED_VAL_URL, { method: "POST", body: JSON.stringify(str), }); if (response.status >= 400 && response.status < 600) { /* error */ return false; } else { /* success */ return true; } } catch (e) { /* error */ return false; } }; Here's an example of a blog post where I used the val for the comment system: https://vezwork.github.io/polylab/dist/demo/bidirectionalParse/. Check out "view source"!
HTTP
blob_admin
stevekrouse
blob_admin
Remix of: stevekrouse/sqlite_admin
HTTP
edit_redirect_example
stevekrouse
edit_redirect_example
An interactive, runnable TypeScript val by stevekrouse
HTTP
dependency_graph
rlesser
dependency_graph
This is a deprecated URL for the Dependency Graph tool. Please go to https://www.val.town/v/rlesser/dependencygraph for the updated tool.
HTTP
untitled_oliveLoon
serna
untitled_oliveLoon
Remix of: stevekrouse/sqlite_admin
HTTP
untitled_lavenderMite
hlobil
untitled_lavenderMite
Remix of: stevekrouse/sqlite_admin
HTTP
vtIdeaAggregator
nbbaier
vtIdeaAggregator
Remix of: pomdtr/blog
HTTP
unpkg
vladimyr
unpkg
An interactive, runnable TypeScript val by vladimyr
HTTP