Skip to content

Commit 58bf8d3

Browse files
committed
Add badges to readme
1 parent 07b916e commit 58bf8d3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# node-google-books-search
22

3-
A lightweight node wrapper for the Google Books API.
3+
[![Build Status](https://travis-ci.org/smilledge/node-google-books-search.svg?branch=master)](https://travis-ci.org/smilledge/node-google-books-search)
4+
[![npm](https://img.shields.io/npm/v/google-books-search.svg)](https://www.npmjs.com/package/google-books-search)
5+
[![npm](https://img.shields.io/npm/dt/google-books-search.svg)](https://www.npmjs.com/package/google-books-search)
6+
7+
A simple Node.js client for the Google Books API.
48

59
## Install
610

7-
npm install google-books-search
11+
npm install --save google-books-search
812

913
## Basic Usage
1014

0 commit comments

Comments
 (0)