From 115f13f686ee6f29e323dafc573ea368caed4d57 Mon Sep 17 00:00:00 2001 From: Alexander Corn Date: Tue, 11 Aug 2015 02:00:49 -0400 Subject: [PATCH] Added readme shields --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d323669..38c910a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # Steam Community for Node.js +[![npm version](https://img.shields.io/npm/v/steamcommunity.svg)](https://npmjs.com/package/steamcommunity) +[![npm downloads](https://img.shields.io/npm/dm/steamcommunity.svg)](https://npmjs.com/package/steamcommunity) +[![dependencies](https://img.shields.io/david/DoctorMcKay/node-steamcommunity.svg)](https://david-dm.org/DoctorMcKay/node-steamcommunity) +[![license](https://img.shields.io/npm/l/steamcommunity.svg)](https://github.com/DoctorMcKay/node-steamcommunity/blob/master/LICENSE) +[![paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N36YVAT42CZ4G&item_name=node%2dsteamcommunity¤cy_code=USD) -This lightweight module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com. +This module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com. -It supports Steam Guard but doesn't support CAPTCHAs, so make sure you don't provide Steam with an incorrect password. +It supports Steam Guard and CAPTCHAs. # Installation