From fa4f92a0b8079106e050d4c7b699f0f896f1e1d2 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Mon, 24 Aug 2020 09:57:11 -0400 Subject: [PATCH] Add download badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57fa3a3..4ac1332 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A python library to asynchronously retrieve weather observation from NWS/NOAA. +![PyPI - Downloads](https://img.shields.io/pypi/dm/pynws?style=flat-square) + ## Example See [example.py](example.py) for a runnable example. ```python