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: about 1 month 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
```