Skip to content

Commit

Permalink
add npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmvik authored Apr 2, 2019
1 parent e1559a8 commit 3179096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Google Search Results Node.js

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

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.
Expand Down Expand Up @@ -252,4 +253,4 @@ To run the tests:
```bash
export API_KEY="your api key"
make test
```
```

0 comments on commit 3179096

Please sign in to comment.