diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..a3756a9 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,4 @@ +{ + "projectName": "make-service", + "projectOwner": "gustavoguichard" +} diff --git a/README.md b/README.md index 269fde6..525c20f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 + + + + + + + + + + # Acknowledgements This library is part of a code I've been carrying around for a while through many projects.