Public
vladimyr
aspBadge
HTTP
ASP badge generator This is small SVG badge generator made for Ariadne.id Signature Profiles . Route format is: https://vladimyr-aspbadge.web.val.run/<aspe_uri> with optional format and debug query params. Use ?format=json to get back JSON response.
JSON format can be used as an input for Shields.io's dynamic endpoint badge . Badge with legacy ASPE URI:
[![](https://vladimyr-aspbadge.web.val.run/aspe:keyoxide.org:TOICV3SYXNJP7E4P5AOK5DHW44)](https://keyoxide.org/aspe:keyoxide.org:TOICV3SYXNJP7E4P5AOK5DHW44) đŦī¸ inspect ASP JWT token Badge with new ASPE URI (not functional yet â ī¸):
[![](https://vladimyr-aspbadge.web.val.run/aspe:fe7b75c54b95ac019dd48fbefe8d654af383cbfe)](https://keyoxide.org/aspe:fe7b75c54b95ac019dd48fbefe8d654af383cbfe)
0
vladimyr
jsr
HTTP
Try on Val Town This service enables quick generation of new val with specified jsr package.
Package authors can provide custom examples by setting either: valtownExample property of jsr.json / deno.json to contain example js/ts code valtownExampleFilename property of jsr.json / deno.json to point to the file with example js/ts code If no example is found val will be created with the default snippet, using @luca/flag as an example : import * as flag from "jsr:@luca/flag"; Go ahead âī¸ try it (on Val Town) ! đ Additionally, the service supports ?code=<base64code> query param that allows overriding extracted/generated example code.
For example one might want to override @luca/flag 's snippet with: import { printProgress } from "jsr:@luca/flag@1";
printProgress(); In order to do so first you need to convert it to base64: $ printf 'import { printProgress } from "jsr:@luca/flag@1";\n\nprintProgress();' | base64 -w0
# ==> aW1wb3J0IHsgcHJpbnRQcm9ncmVzcyB9IGZyb20gImpzcjpAbHVjYS9mbGFnQDEiOwoKcHJpbnRQcm9ncmVzcygpOw== Then you simply construct the URL by setting the returned value to code query param: âī¸ https://vladimyr-jsr.web.val.run?code=aW1wb3J0IHsgcH... Usage https://vladimyr-jsr.web.val.run/<scope>/<name>[@<version>] https://vladimyr-jsr.web.val.run?code=<base64code> Example https://vladimyr-jsr.web.val.run/@luca/flag https://vladimyr-jsr.web.val.run/@std/assert@0.220.1 https://vladimyr-jsr.web.val.run/@mark/html@latest
0
vladimyr
licenseBadge
HTTP
Val license badge generator Generates readme badge from SPDX-License-Identifier comment. ![](https://vladimyr-licensebadge.web.val.run/v/vladimyr/licenseBadge) Usage https://vladimyr-licensebadge.web.val.run/v/<author>/<val> Example https://vladimyr-licensebadge.web.val.run/v/vladimyr/licenseBadge https://vladimyr-licensebadge.web.val.run/v/vladimyr/valshot https://vladimyr-licensebadge.web.val.run/v/vladimyr/base256kitten
1
vladimyr
mdViewer
HTTP
Val readme source viewer âšī¸ As expected, I'm late to the party đ
so go ahead and check out @pomdtr's wonderful @pomdtr/cdn val: https://www.val.town/v/pomdtr/cdn#fetching-the-val-readme Usage https://vladimyr-mdviewer.web.val.run/v/<author>/<val> Bookmarklet: vladimyr/bookmarkletMdViewer Example https://vladimyr-mdviewer.web.val.run/v/pomdtr/notebook https://vladimyr-mdviewer.web.val.run/v/vladimyr/mdViewer
0
vladimyr
valshot
HTTP
Val Shot Generate val source code screenshot using sourcecodeshots.com â ī¸ This service is offered for personal use under a reasonable usage policy as stated here: https://sourcecodeshots.com/docs đŖ Special thanks to @pomdtr for their help and contributions! Usage https://vladimyr-valshot.web.val.run/v/<author>/<val> Example https://vladimyr-valshot.web.val.run/v/vladimyr/valshot https://vladimyr-valshot.web.val.run/v/pomdtr/readme
11
Updated: April 1, 2024