3console.log(
4 await fetchJSON(
5 "https://api.val.town/v1/eval",
6 {
7 method: "POST",
9 search_by_date: true,
10 });
11 // for each post get the number of upvotes from the hackernews api using fetch
12 for (let post of posts) {
13 let res = await fetch(`https://hacker-news.firebaseio.com/v0/item/${post.objectID}.json`);
3console.log(
4 await fetchJSON(
5 "https://api.val.town/v1/eval",
6 {
7 method: "POST",
195 >
196 </meta>
197 <script type="module" src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.4.0/model-viewer.min.js">
198 </script>
199 </head>
12} from "https://deno.land/x/hono@v4.0.10/jsx/index.ts";
13import { Hono } from "https://deno.land/x/hono@v4.0.10/mod.ts";
14import { API_URL } from "https://esm.town/v/std/API_URL?v=5";
15import { create } from "https://esm.town/v/websandbox/create";
16import { parse as parseStack } from "npm:error-stack-parser-es@0.1.1";
754 );
755 } else {
756 const res = await fetch(API_URL + "/v1/eval", {
757 method: "POST",
758 body: JSON.stringify({
7 const result = await fal.subscribe("fal-ai/supir", {
8 input: {
9 image_url: "https://storage.googleapis.com/falserverless/gallery/NOCA_Mick-Thompson.resized.resized.jpg",
10 },
11 logs: true,
1If you fork this, you'll need to set `OPENAI_API_KEY` in your [Val Town Secrets](https://www.val.town/settings/secrets).
2
3
23 <head>
24 <title>SQLite Explorer</title>
25 <link rel="preconnect" href="https://fonts.googleapis.com" />
26 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
27 <link
28 href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
29 rel="stylesheet"
30 />
13## Authentication
14
15Login to your SQLite Explorer with [password authentication](https://www.val.town/v/pomdtr/password_auth) with your [Val Town API Token](https://www.val.town/settings/api) as the password.
16
17## Todos / Plans
1null
2
3Migrated from folder: Web_API/jsonBodyParsing