App API examples & templates
Use these vals as a playground to view and fork App API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
tmcw
pekoExample
peko This is an example of using the tiny peko example with Val Town - it's a small router that lets you build web apps using the standard Request & Response objects. Peko just provides routing - matching URLs with functions - and lets you create your own Response object. Server examples Hono Peko Itty Router Nhttp
HTTP

jacoblee93
multipleKeysAndMemoryConversationChainExample
An interactive, runnable TypeScript val by jacoblee93
Script

saolsen
gameplay_games
gameplay_games This is a val.town mirror of gameplay/games . Click the link to see docs.
Script
shawnbasquiat
fetchTwitterUserInfoBroken
// This approach will use web scraping to fetch user information given a Twitter handle.
HTTP