tmcw avatar
tmcw
openAQLocation
Script
An interactive, runnable TypeScript val by tmcw
0
eagle251 avatar
eagle251
githubFollowers
Script
An interactive, runnable TypeScript val by eagle251
0
boson avatar
boson
discordWebhookWeatherHyd
Cron
Grabs daily accuweather report for a city and pushes concise result into discord webhook
0
laionazeredo avatar
laionazeredo
nameNationality
Script
// Predict the nationality of a name
0
markthree avatar
markthree
githubRepos
Script
An interactive, runnable TypeScript val by markthree
0
nbbaier avatar
nbbaier
updateValByID
Script
Forked from nbbaier/updateValByName
0
onemanwenttomow avatar
onemanwenttomow
getWeatherByCoords
Script
An interactive, runnable TypeScript val by onemanwenttomow
0
larsr avatar
larsr
githubEvents
Script
An interactive, runnable TypeScript val by larsr
0
danielkerrigan avatar
danielkerrigan
obsidianPlugins
Script
Get the most popular Obsidian plugins.
0
nancypants avatar
nancypants
umbrellaReminder
Cron
Forked from stevekrouse/umbrellaReminder
0
whatrocks avatar
whatrocks
hnTopStory
Cron
An interactive, runnable TypeScript val by whatrocks
0
stevekrouse avatar
stevekrouse
socialDataProxy
HTTP
A proxy that lets Val Town users get some free SocialData Search to power their Twitter Alerts, ie @stevekrouse/twitterAlert I reccomend interfacing with this proxy via this helper function: @stevekrouse/socialDataSearch
0
ggarnhart avatar
ggarnhart
citiBikeSpotChecker
Express (deprecated)
An interactive, runnable TypeScript val by ggarnhart
0
andreterron avatar
andreterron
testApi
Script
An interactive, runnable TypeScript val by andreterron
0
nbbaier avatar
nbbaier
valToGH
Script
valToGH A utility function for programmatically updating a GitHub repository with code retrieved from a Val. NOTE : This function currently does not change the contents of a file if it is already present. I will however be adding that functionality. Usage import { valToGH } from 'https://esm.town/v/nbbaier/valToGH'; const repo = "yourGitHubUser/yourRepo"; const val = "valUser/valName"; // or vals = ["valUser/valName1","valUser/valName2", ...] const ghToken = Deno.env.get("yourGitHubToken"); const result = await valToGH(repo, val, ghToken); console.log(result); Parameters repo : The GitHub repository in the format {user}/{repo} . val : A single repository in the format {user}/{val} . ghToken : Your GitHub token for authentication (must have write permission to the target repo) Options branch : Optional target branch. Default is main . prefix : Optional directory path prefix for each file. message : Optional commit message. Default is the current date and time in the format yyyy-MM-dd T HH:mm:ss UTC . ts : Optional flag to use a .ts extension for the committed file instead of the default .tsx .
3
stevekrouse avatar
stevekrouse
discordChannel
Script
An interactive, runnable TypeScript val by stevekrouse
1
ā€¦
18
ā€¦
Updated: July 2, 2024