Avatar

neverstew

Twice called wise. 🧐 Building a better world at https://equalcare.coop.
Joined January 12, 2023
Forks
39
spotifyRefreshToken
neverstew
spotifyRefreshToken
Remix of: stevekrouse/spotifyRefreshToken
Script
spotifyAPI
neverstew
spotifyAPI
Remix of: stevekrouse/spotifyAPI
Script
spotifyClearPlaylist
neverstew
spotifyClearPlaylist
Remix of: neverstew/spotifyGetPlaylist
Script
spotifyGetPlaylist
neverstew
spotifyGetPlaylist
Remix of: stevekrouse/spotifyCreatePlaylist
Script
spotifyCreatePlaylist
neverstew
spotifyCreatePlaylist
Remix of: stevekrouse/spotifyCreatePlaylist
Script
getSpotifyAccessToken
neverstew
getSpotifyAccessToken
getSpotifyAccess Token Request an access token for use with the Spotify Web API. Requires environment variables from your Spotify Developers account. SPOTIFY_CLIENT_ID SPOTIFY_CLIENT_SECRET Uses Blob storage to cache the spotify_accessToken based on when the expires_in value in the Spotify Access Token response. Example import { getSpotifyAccessToken } from "https://esm.town/v/dthyresson/getSpotifyAccessToken"; const accessToken = await getSpotifyAccessToken(); console.debug(accessToken)
Script
readableHtml
neverstew
readableHtml
Remix of: nbbaier/readabilityHTTPProxy
Script
libsqlstudio
neverstew
libsqlstudio
Remix of: pomdtr/libsqlstudio
HTTP
cronEvalLogger
neverstew
cronEvalLogger
Remix of: nbbaier/cronLogger
Script
cors_example
neverstew
cors_example
Remix of: stevekrouse/cors_example
HTTP
connect4Agent
neverstew
connect4Agent
Remix of: saolsen/connect4
HTTP
blobDirList
neverstew
blobDirList
List things in a blob directory Blobs can be organised using "directories" e.g. /animals all-animals.txt /dogs sausage.txt /cats tom.txt is really only three files: /animals/all-animals.txt , /animals/dogs/sausage.txt and /animals/cats/tom.txt because directories don't really exist, we're just making longer filenames. When you want to list things only "in a directory" and none of the child "directories", you can use this val. import { blobDirList } from "https://esm.town/v/neverstew/blobDirList"; console.log(await blobDirList("/animals")); // returns only "/animals/all-animals.txt"
Script
preactTest
neverstew
preactTest
Remix of: tmcw/preactTest
HTTP
duckdbExample
neverstew
duckdbExample
Remix of: tmcw/duckdbExample
Script
sqliteBuilder_plus_easy_table
neverstew
sqliteBuilder_plus_easy_table
An interactive, runnable TypeScript val by neverstew
Script
authId
neverstew
authId
Remix of: postpostscript/authId
HTTP