Public vals
167
tmcw
httpMockingExample
HTTP
HTTP Val Mocking example This is an example of mocking an HTTP val. Let's say that you're developing a val that responds to a POST request. That's tricky to debug and develop in the Browser preview tab, which just shows a GET request. But you can do it, because with web-standard Request & Response objects, requests and responses are values, and we can create those values ourselves.
1
tmcw
placemarkGlobeMonitor
Cron
Figma plugin statistics collector I develop two Figma plugins - one that lets you create vector street maps in Figma and one that lets you generate vector globes . It's fun to watch them get some usage, but the Figma community site is pretty barebones. This uses one of the APIs on the Community page as an unofficial API and collects results in Val Town SQLite . You can see a chart of the resulting data on Observable .
0