Back to APIs list

Rime API examples & templates

Use these vals as a playground to view and fork Rime API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
substrate avatar
illustratedPrimer
@substrate
HTTP
Forked from vprtwn/IllustratedPrimer
nknj avatar
illustratedPrimer
@nknj
HTTP
Forked from substrate/illustratedPrimer
yawnxyz avatar
illustratedPrimer
@yawnxyz
HTTP
Forked from substrate/illustratedPrimer
kousun12 avatar
IllustratedPrimer
@kousun12
HTTP
Forked from substrate/illustratedPrimer
vprtwn avatar
IllustratedPrimer
@vprtwn
HTTP
Forked from stevekrouse/openAIStreamingExample
stevekrouse avatar
rimeExample
@stevekrouse
Script
// Text-to-speech via rime.ai
stevekrouse avatar
rimeExampleUI
@stevekrouse
Express
// https://stevekrouse-rimeExampleUI.express.val.run
stevekrouse avatar
rime
@stevekrouse
Script
// We provide some amount of free usage to this API
stevekrouse avatar
rimeRateLimitExceeded
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
stevekrouse avatar
rimeUsage
@stevekrouse
Script
// set by stevekrouse.rimeRateLimitExceeded at 2023-06-27T15:23:13.552Z
stevekrouse avatar
rimeAPIEx
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
zzz avatar
rime
@zzz
Script
An interactive, runnable TypeScript val by zzz
zzz avatar
YoutubeSummary
@zzz
Script
// https://api.val.town/v1/express/zzz.rime?text=Hello%20Val%20Town
substrate avatar
illustratedTopics
@substrate
HTTP
Forked from substrate/illustratedPrimer
tempguy avatar
amberPig
@tempguy
Script
An interactive, runnable TypeScript val by tempguy
stevekrouse avatar
cron
@stevekrouse
HTTP (preview)
CronGPT This is a minisite to help you create cron expressions, particularly for crons on Val Town. It was inspired by Cron Prompt , but also does the timezone conversion from wherever you are to UTC (typically the server timezone). Tech Hono for routing ( GET / and POST /compile .) Hono JSX HTMX (probably overcomplicates things; should remove) @stevekrouse/openai, which is a light wrapper around @std/openai I'm finding HTMX a bit overpowered for this, so I have two experimental forks without it: Vanilla client-side JavaScript: @stevekrouse/cron_client_side_script_fork Client-side ReactJS (no SSR): @stevekrouse/cron_client_react_fork I think (2) Client-side React without any SSR is the simplest architecture. Maybe will move to that.