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.
![pomdtr avatar](https://images.clerk.dev/oauth_github/img_2RCoAITJZH1QencEgtVjh4Qirj4.jpeg)
pomdtr
esm
HTTP
Esm.town proxy (to get proper highlighting in VS Code) Usage https://pomdtr-esm.web.val.run/<author>/<val>@<version>/<filename> Supported filenames: mod.js mod.ts mod.jsx mod.tsx README.md Example: @pomdtr/serveGithubRepo -> https://pomdtr-esm.web.val.run/pomdtr/serveGithubRepo@34/mod.ts
0
![kaleidawave avatar](https://images.clerk.dev/oauth_github/img_2OMdMDIVzVrD6DdvO4fcLjF8gch.jpeg)
kaleidawave
getLatestGitHubRun
HTTP
A redirect to the most recent run of a workflow. Specify with /*user*/*repository*/*branch* and optionally ?workflow=*name* where name is a substring in the path. (else takes to latest of any run) Example: https://kaleidawave-getlatestgithubrun.web.val.run/kaleidawave/ezno/main?workflow=lines-of-code TODO Add handling for no runs etc Handling for GitHub API limits API versioning
0
![vtdocs avatar](https://images.clerk.dev/uploaded/img_2RCZq1QXONdaqPE472xAyQkVaqx.png)
vtdocs
guestbook
Script
Guestbook You can put an interactive guestbook on your website using vals! This val is the backend of the guestbook that returns existing messages and handles new messages. To generate a HTML snippet to post on your website, use @vtdocs.generateGuestbookSnippet . Setup Fork this val. Paste the below snippet into your Val Town workspace – replacing alice and guestbook with your Val Town username and the name of @vtdocs.guestbook fork respectively. @vtdocs.generateGuestbookSnippet('alice', 'guestbook') Place the HTML block it returns anywhere on your website.
2