US Congress Stock Trading API examples & templates
Use these vals as a playground to view and fork US Congress Stock Trading API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.

stevekrouse
passkeys_demo
Passkeys Demo Passkeys are pretty neat! I wanted to get a demo working in Val Town so I ported over https://github.com/maximousblk/passkeys-demo. One challenge was that the original extensively uses DenoKV store with compound keys and values. I created @stevekrouse/DenoSyntheticKV as a replacement for DenoKV. It uses SuperJSON to encode the keys and values. You can find the client-side script for the main page here: @stevekrouse/passkey_script

saolsen
gameplay_agent
gameplay_agent This is a val.town mirror of gameplay/games/agent . Click the link to see docs.

saolsen
gameplay_poker
gameplay_poker This is a val.town mirror of gameplay/games/poker . Click the link to see docs.

saolsen
gameplay_connect4
gameplay_connect4 This is a val.town mirror of gameplay/games/connect4 . Click the link to see docs.

saolsen
gameplay_games
gameplay_games This is a val.town mirror of gameplay/games . Click the link to see docs.

vladimyr
kv_example
// const store = sqliteStore; /* same as: const store = createStore({ table: "keyv" });