Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```