https://github.com/sno2/denin
🦕 A simple wrapper for @denoland's API 🦕
https://github.com/sno2/denin
Last synced: over 1 year ago
JSON representation
🦕 A simple wrapper for @denoland's API 🦕
- Host: GitHub
- URL: https://github.com/sno2/denin
- Owner: sno2
- License: mit
- Created: 2021-02-24T22:34:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T22:34:49.000Z (over 5 years ago)
- Last Synced: 2025-02-05T03:28:22.520Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://deno.land/x/denin
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🦕 A simple wrapper for deno's API 🦕
## Why?
Deno has a super simple API, this is a super simple wrapper to complement it.
Using denin takes away some of the repetitiveness of requesting data from it,
nothing more, nothing less.
## Goal
To be as simple as possible. There's no need to create a client and handle it,
it's just as easy as using `fetch`, maybe even easier.
## Docs
As with [rustin] I'll point you to the [docs]. There's a much nicer layout,
examples, and proper styling.
[rustin]: https://deno.land/x/rustin
[docs]: https://doc.deno.land/https/deno.land/x/denin/mod.ts