1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import { exportedKeys } from "https://esm.town/v/stevekrouse/exportedKeys";
import { valTownInspoList } from "https://esm.town/v/rodrigotello/valTownInspoList?v=99";
import { runValAPIAuth } from "https://esm.town/v/stevekrouse/runValAPIAuth";
export let untitled_blackBoa = runValAPIAuth({
val: "@rodrigotello.updateInspoList",
args: [
[...valTownInspoList, {
title: "Current Stock Price",
description:
"Get the current price of a stock. This val is useful in Google Sheets as a Google Finance alternative.",
val: `@stevekrouse.stockPrice`,
}],
],
handle: "@stevekrouse",
keys: exportedKeys,
});
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!
October 23, 2023