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.
tempdev avatar
tempdev
primewireUtils
Script
Forked from temptemp/primewire
0
primemeridian avatar
primemeridian
obedientLimeOrangutan
HTTP
An interactive, runnable TypeScript val by primemeridian
0
temptemp avatar
temptemp
primewire
Script
Forked from tempdev/primewire
0
phyllislim avatar
phyllislim
primeTurquoiseTern
Cron
Forked from stevekrouse/aqi
0
tempdev avatar
tempdev
primewire
Script
An interactive, runnable TypeScript val by tempdev
0
stevekrouse avatar
stevekrouse
rimeExample
Script
// Text-to-speech via rime.ai
0
stevekrouse avatar
stevekrouse
rimeExampleUI
Express (deprecated)
// https://stevekrouse-rimeExampleUI.express.val.run
0
stevekrouse avatar
stevekrouse
rime
Script
// We provide some amount of free usage to this API
0
stevekrouse avatar
stevekrouse
rimeRateLimitExceeded
Script
An interactive, runnable TypeScript val by stevekrouse
1
stevekrouse avatar
stevekrouse
rimeUsage
Script
// set by stevekrouse.rimeRateLimitExceeded at 2023-06-27T15:23:13.552Z
1
stevekrouse avatar
stevekrouse
rimeAPIEx
Script
An interactive, runnable TypeScript val by stevekrouse
0
zzz avatar
zzz
rime
Script
An interactive, runnable TypeScript val by zzz
2
stevekrouse avatar
stevekrouse
neatBlackSwift
HTTP
Forked from stevekrouse/cerebras_coder
1
zzz avatar
zzz
YoutubeSummary
Script
// https://api.val.town/v1/express/zzz.rime?text=Hello%20Val%20Town
1
just_be avatar
just_be
highlight
HTTP
Highlight This val exposes and endpoint that you can post code to and get back syntax highlighted html via Shiki . Shiki does server side highlighting, so it's perfect for val.town. You can switch themes by providing ?theme=<theme> and specify the language via ?lang=<language> Example You can play with a working example here . const res = await fetch(`https://just_be-highlight.web.val.run?lang=${lang}&theme=${theme}`, { method: "POST", body: code, }); console.log(await res.text()) Why? I want to add syntax highlighting to my blog soon and I'm experimenting with what it mean to offload parts of my rendering to val.town (behind a content-addressible cache, of course).
0
stevekrouse avatar
stevekrouse
ssr_react_mini
Script
Server-side Render React Mini Framework This is very experimental, more of a prototype of an architecture, than a true framework Example: https://www.val.town/v/stevekrouse/TodoApp
1