Skip to content

Commit

Permalink
chore: Add contributors and other shields to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoguichard committed Oct 17, 2023
1 parent 37c60ae commit 68ceede
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "make-service",
"projectOwner": "gustavoguichard"
}
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![NPM](https://img.shields.io/npm/v/make-service)](https://www.npmjs.org/package/make-service)
![Library size](https://img.shields.io/bundlephobia/minzip/make-service)
[![All Contributors](https://img.shields.io/github/all-contributors/gustavoguichard/make-service?color=0375b6&style=flat-square)](#contributors)

# make-service

A type-safe thin wrapper around the `fetch` API to better interact with external APIs.
Expand Down Expand Up @@ -580,6 +584,17 @@ const url = replaceURLParams(

The params will be **strongly-typed** which means they will be validated against the URL structure and will not type-check if the given object does not match that structure.

# Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

# Acknowledgements
This library is part of a code I've been carrying around for a while through many projects.

Expand Down

0 comments on commit 68ceede

Please sign in to comment.