Skip to content

Commit ecd8258

Browse files
styfleTimothyGu
authored andcommitted
Add badge to display install size (node-fetch#455)
1 parent de66b38 commit ecd8258

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node-fetch
66
[![npm next version][npm-next-image]][npm-url]
77
[![build status][travis-image]][travis-url]
88
[![coverage status][codecov-image]][codecov-url]
9+
[![install size][install-size-image]][install-size-url]
910

1011
A light-weight module that brings `window.fetch` to Node.js
1112

@@ -410,6 +411,8 @@ Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid
410411
[travis-url]: https://travis-ci.org/bitinn/node-fetch
411412
[codecov-image]: https://img.shields.io/codecov/c/github/bitinn/node-fetch.svg?style=flat-square
412413
[codecov-url]: https://codecov.io/gh/bitinn/node-fetch
414+
[install-size-image]: https://packagephobia.now.sh/badge?p=node-fetch
415+
[install-size-url]: https://packagephobia.now.sh/result?p=node-fetch
413416

414417
[ERROR-HANDLING.md]: https://github.com/bitinn/node-fetch/blob/master/ERROR-HANDLING.md
415418
[LIMITS.md]: https://github.com/bitinn/node-fetch/blob/master/LIMITS.md

0 commit comments

Comments
 (0)