kyExample
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
The ky module is a nice abstraction around the fetch API, which is easily compatible with Deno. It's by the same creator as got, which more explicitly targets Node.js.
Most of the time, the fetch
method is all you need! But in a pinch, you can use ky
to make things a little fancier.
Migrated from folder: Modules/kyExample