Back to APIs list

Github API examples & templates

Use these vals as a playground to view and fork Github API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
timqian avatar
slogan_history
@timqian
HTTP (deprecated)
@jsxImportSource https://esm.sh/react
MichaelNollox avatar
crazyPeachCrayfish
@MichaelNollox
Script
Forked from MichaelNollox/codeOnValTown
fossforlife avatar
mediumToMarkdown
@fossforlife
Script
// Altered from https://github.com/ericclemmons/medium-to-markdown
vs4vijay avatar
vs4vijay
@vs4vijay
Script
An interactive, runnable TypeScript val by vs4vijay
jamie_tldraw avatar
tldrawStars
@jamie_tldraw
Script
An interactive, runnable TypeScript val by jamie_tldraw
postpostscript avatar
readmeManager
@postpostscript
HTTP (deprecated)
Forked from pomdtr/codemirror_demo
ije avatar
html
@ije
Script
Rendering html with jsx - https://github.com/ije/html using JSX support Atomic CSS powered by UnoCSS dark mode(color scheme) /** @jsx h */ import { h, html } from "https://esm.town/v/ije/html"; export default () => { return html( <div class="flex items-center justify-center w-screen h-screen"> <p class="text-5xl font-bold text-green-600">Hello World!</p> </div> ); }; Demo: https://www.val.town/v/ije/htmlDemo
stevekrouse avatar
caniuse_notifier
@stevekrouse
Cron
Forked from gunnnnii/caniuse_notifier
ototao avatar
linkInBioTemplate
@ototao
HTTP (deprecated)
Forked from stevekrouse/linkInBioTemplate
tmcw avatar
blocks_inner
@tmcw
Express
An interactive, runnable TypeScript val by tmcw
burningion avatar
valshot
@burningion
HTTP (deprecated)
Forked from vladimyr/valshot
MichaelNollox avatar
outsideBlushShrimp
@MichaelNollox
Script
Forked from andreterron/codeOnValTown
tmcw avatar
importFromGist
@tmcw
Script
An interactive, runnable TypeScript val by tmcw
pinjasaur avatar
cuetip
@pinjasaur
HTTP (deprecated)
Forked from pinjasaur/sassy
yawnxyz avatar
geminiBbox
@yawnxyz
HTTP
Gemini AI Object Detection and Bounding Box Visualizer This application visualizes object detection results by drawing bounding boxes on images using the Google's Gemini 1.5 Pro AI model . Try using this image of 8 bananas, with 1 row and 1/2/4 columns: https://f2.phage.directory/blogalog/bananas-8.png Or this image of a phage plaque assay, with 3x3 grid and high contrast turned on: https://f2.phage.directory/blogalog/pae7.png This app is an adaptation of Simon Willison's idea, which you can read more about here: https://simonwillison.net/2024/Aug/26/gemini-bounding-box-visualization/ API keys are only stored in your browser's local storage. Source code: https://www.val.town/v/yawnxyz/geminiBbox/ Original Source: https://github.com/simonw/tools/blob/main/gemini-bbox.html
nbbaier avatar
tealEarthworm
@nbbaier
HTTP (deprecated)
Forked from nbbaier/template_honoJSX