Back to APIs list

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.
u avatar
u
gron
Script
An interactive, runnable TypeScript val by u
0
websandbox avatar
websandbox
createAPI
HTTP
An interactive, runnable TypeScript val by websandbox
0
stevekrouse avatar
stevekrouse
addSendGridEmailPost
Script
// deprecated in favor of addSendGridEmail
0
mjweaver01 avatar
mjweaver01
SermonGPTUI
HTTP
@jsxImportSource https://esm.sh/react@18.2.0
0
codefromanywhere avatar
codefromanywhere
amusedAquaHeron
HTTP
An interactive, runnable TypeScript val by codefromanywhere
0
pomdtr avatar
pomdtr
search_user_vals
Script
This val is supposed to be used with the val.town extension. See the extension readme for installation instructions.
0
stevekrouse avatar
stevekrouse
rimeUsage
Script
// set by stevekrouse.rimeRateLimitExceeded at 2023-06-27T15:23:13.552Z
1
tmcw avatar
tmcw
elysiaExample
HTTP
Elysia example This is how you can use Elysia with Val Town.
2
mliao avatar
mliao
fetchJSON
Script
An interactive, runnable TypeScript val by mliao
0
tmcw avatar
tmcw
underscoreExample
Script
underscore underscore is a module for functional programming and other utilities in JavaScript. It inspired lodash , which is what most people use now, because lodash is both faster, and provides an ESM version which is convenient to use in Val Town. Note that while we can import from lodash-es and use its named exports, underscore only provides a default export, so that's why we have the code { default: _ } below.
0
stevekrouse avatar
stevekrouse
notionDateMeDocNotify3
Script
An interactive, runnable TypeScript val by stevekrouse
1
stevekrouse avatar
stevekrouse
discordGetChannels
Script
// https://discord.com/developers/docs/resources/guild#get-guild-channels
0
ajax avatar
ajax
annoy
Script
An interactive, runnable TypeScript val by ajax
2
iamseeley avatar
iamseeley
resumeConfig
Script
⚙️ configuration for hello, resume this guide will help you configure and use the resume builder to create your resume page. Ensure that your resume is formatted according to the JSON Resume standard . This is crucial for the resume builder to interpret and render your resume correctly. If you don't want to take the time to manually format your resume content and set up hosting, try using this: Resume to JSON 1. Configure the Resume JSON You have two options to provide your resume data: Resume JSON URL : Point this to your raw resume JSON hosted online. Recommended setups include using Val Town or a GitHub Gist. Example: resumeJsonUrl: 'https://example.com/resume.json' Paste Resume JSON : Provide the resume JSON directly within the configuration. Example: resumeJson: { "basics": { "name": "John Doe" }, "work": [ ... ] } 2. Choose a Theme Select a theme for your resume. You can use the predefined themes or create your own: Predefined Themes : starterTheme oceanTheme Custom Theme : Customize the styles in the starterTheme or create a new one and import it. 3. Custom Styles (Optional) If you want to add additional styles, provide a URL to a custom stylesheet: Example: customStyleUrl: 'https://example.com/styles.css' 4. Set the Section Order Customize the order of the sections in your resume: Default order: sectionOrder: ['header', 'summary', 'education', 'work', 'projects', 'volunteer', 'awards', 'certificates', 'publications', 'skills', 'languages', 'interests', 'references'] Example custom order: sectionOrder: ['header', 'summary', 'projects', 'education', 'work'] 5. Add Custom Sections (Optional) Override any default sections with custom sections: Example: customSections: { header: customHeader } 6. Show/Hide "Save as PDF" Button Control the visibility of the "Save asPDF" button: Example: savePDFIsVisible: true 7. View Your Resume Copy this resumeConfig's module URL and import it in your resumeHandler . Visit the resumeHandler HTTP endpoint to view your resume!
2
pomdtr avatar
pomdtr
OpenAI
Script
Forked from std/openai
0
kajgod avatar
kajgod
reminder_cron
Cron
An interactive, runnable TypeScript val by kajgod
0