Skip to content

Commit 3179096

Browse files
authored
add npm badge
1 parent e1559a8 commit 3179096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Google Search Results Node.js
22

3+
[![npm version](https://badge.fury.io/js/google-search-results-nodejs.svg)](https://badge.fury.io/js/google-search-results-nodejs)
34
[![Build Status](https://travis-ci.org/serpapi/google-search-results-nodejs.svg?branch=master)](https://travis-ci.org/serpapi/google-search-results-nodejs)
45

56
This NodeJS module is designed to scrape and parse Google results using [SERP API](https://serpapi.com). Feel free to fork this repository to add more backends.
@@ -252,4 +253,4 @@ To run the tests:
252253
```bash
253254
export API_KEY="your api key"
254255
make test
255-
```
256+
```

0 commit comments

Comments
 (0)