Public
Script
nerdymomocat avatar
add_to_notion_w_ai_webpage
@nerdymomocat
HTTP (deprecated)
Example usage of the add_to_notion_w_ai val Try with the money database . Read and watch the demo run here
taras avatar
blob_admin
@taras
HTTP (deprecated)
Forked from stevekrouse/blob_admin
fab1an avatar
databin
@fab1an
HTTP (deprecated)
Forked from jamiedubs/databin
curtcox avatar
blob_admin
@curtcox
HTTP (deprecated)
Forked from stevekrouse/blob_admin
salteadorneo avatar
testEmail2
@salteadorneo
Email
Forked from maxm/emailExample
jamisonl avatar
lavenderPinniped
@jamisonl
HTTP (deprecated)
Forked from camajudson/handleDiscordInteraction
reedrosenbluth avatar
watchWebsite
@reedrosenbluth
Cron
Forked from chet/watchWebsite
agmm avatar
blobmanager
@agmm
Script
An interactive, runnable TypeScript val by agmm
cufaoil avatar
blob_admin
@cufaoil
HTTP (deprecated)
Forked from stevekrouse/blob_admin
stevekrouse avatar
blob_admin
@stevekrouse
HTTP (deprecated)
Forked from stevekrouse/sqlite_admin
joey avatar
BlobArray
@joey
Script
Blob Array Create an array as a Database, instantly! Just create a new val for your array: import { BlobArray } from "https://esm.town/v/joey/BlobArray"; type User = { email: string }; // specify the type inside the TS generic <> to define the type of your array export let myUserArray = BlobArray<User>("my-user-array"); Now import it and start using it in your vals! import { myUserArray } from "https://esm.town/v/joey/myUserArray"; // overwrite the entire array await myUserArray.set([{ email: "user1@gmail.com" }, { email: "user2@yahoo.com" }]); // get all the entries in your array const allUsers = await myUserArray.get(); // call any array method you want, just use "await" await myUserArray.push({ email: "johndoe@gmail.com" }); const gmailUsers = await myUserArray.filter(u => u.email.includes("@gmail.com"));
dthyresson avatar
processTrackBlobsJob
@dthyresson
Cron
processTracksBlobsJob Periodically fetch all Spotify tracks from Blob storage and update the tracks database with a subset of display information. Keys take the format: spotify_track_id:4tVhBXOhSlqYCL2IjyoUNu .
nickgolden avatar
ipqsScoreChangeAlert
@nickgolden
Cron
An interactive, runnable TypeScript val by nickgolden
kayla_lin avatar
getYenPriceCron
@kayla_lin
Cron
An interactive, runnable TypeScript val by kayla_lin
maxm avatar
emailExample
@maxm
Email
An interactive, runnable TypeScript val by maxm
jamisonl avatar
adorableRedChameleon
@jamisonl
HTTP (deprecated)
Forked from camajudson/handleDiscordInteraction
August 13, 2024