Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/ofetch-first-hand
Getting started with ofetch, a better fetch API.
https://github.com/barbapapazes/ofetch-first-hand
javascript ofetch typescript unjs
Last synced: 1 day ago
JSON representation
Getting started with ofetch, a better fetch API.
- Host: GitHub
- URL: https://github.com/barbapapazes/ofetch-first-hand
- Owner: Barbapapazes
- Created: 2023-07-20T09:17:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T09:20:46.000Z (over 1 year ago)
- Last Synced: 2024-12-20T11:13:01.745Z (3 days ago)
- Topics: javascript, ofetch, typescript, unjs
- Language: TypeScript
- Homepage: https://esteban-soubiran.site/articles/ofetch-101-premiere-prise-en-main/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ofetch 101 - First hand
[Read my article (FR)](https://esteban-soubiran.site/articles/ofetch-101-premiere-prise-en-main/) to learn ofetch!
## Install dependencies
```bash
pnpm install
```## Run
Each script in the `src` folder can be run independently using `jiti`:
```bash
jiti ./src/.ts
```