Skip to content

Commit

Permalink
docs: Revamp benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Sep 23, 2024
1 parent dbbafde commit 0e98c7c
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ Managing multitude of API connections can be complex and time-consuming. `fetchf

**Key Benefits:**

- **Small:** Minimal code footprint of ~3KB gzipped for managing extensive APIs.

- **Immutable:** Every request has its own instance.

- **Isomorphic:** Comptabile with Node.js, Deno and modern browsers.

- **Type Safe:** Strongly typed and written in TypeScript.

- **Scalable:** Easily scales from a few calls to complex API networks with thousands of APIs.

- **Tested:** Battle tested in large projects, fully covered by unit tests.

- **Maintained:** Since 2021 publicly through Github.
<b style="color:green;font-size: 24px;">✓</b> **Small:** Minimal code footprint of ~3KB gzipped for managing extensive APIs.
<b style="color:green;font-size: 24px;">✓</b> **Immutable:** Every request has its own instance.
<b style="color:green;font-size: 24px;">✓</b> **Isomorphic:** Comptabile with Node.js, Deno and modern browsers.
<b style="color:green;font-size: 24px;">✓</b> **Type Safe:** Strongly typed and written in TypeScript.
<b style="color:green;font-size: 24px;">✓</b> **Scalable:** Easily scales from a few calls to complex API networks with thousands of APIs.
<b style="color:green;font-size: 24px;">✓</b> **Tested:** Battle tested in large projects, fully covered by unit tests.
<b style="color:green;font-size: 24px;">✓</b> **Maintained:** Since 2021 publicly through Github.

## ✔️ Features

Expand Down

0 comments on commit 0e98c7c

Please sign in to comment.