google-trends-api-code
Advanced tools
Comparing version 4.9.3 to 4.9.4
{ | ||
"name": "google-trends-api-code", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "an API layer on top of google trends", | ||
@@ -5,0 +5,0 @@ "main": "lib/google-trends-api.min.js", |
# google-trends-api-code | ||
[![NPM](https://nodei.co/npm/google-trends-api.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/google-trends-api/) | ||
[![NPM](https://nodei.co/npm/google-trends-api-code.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/google-trends-api-code/) | ||
[![npm version](https://badge.fury.io/js/google-trends-api.svg)](https://badge.fury.io/js/google-trends-api) | ||
[![Build status](https://img.shields.io/travis/pat310/google-trends-api.svg?style=flat-square)](https://travis-ci.org/pat310/google-trends-api/) | ||
[![Coverage Status](https://coveralls.io/repos/github/pat310/google-trends-api/badge.svg?branch=master)](https://coveralls.io/github/pat310/google-trends-api?branch=master) | ||
[![Code Climate](https://codeclimate.com/github/pat310/google-trends-api/badges/gpa.svg)](https://codeclimate.com/github/pat310/google-trends-api) | ||
[![Dependency Status](https://img.shields.io/david/pat310/google-trends-api.svg?style=flat-square)](https://david-dm.org/pat310/google-trends-api) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/pat310/google-trends-api/badge.svg)](https://snyk.io/test/github/pat310/google-trends-api) | ||
[![npm version](https://badge.fury.io/js/google-trends-api-code.svg)](https://badge.fury.io/js/google-trends-api-code) | ||
[![Coverage Status](https://coveralls.io/repos/github/emauriciomoreno-teamknowlogy/google-trends-api/badge.svg?branch=master)](https://coveralls.io/github/emauriciomoreno-teamknowlogy/google-trends-api?branch=master) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/emauriciomoreno-teamknowlogy/google-trends-api/badge.svg)](https://snyk.io/test/github/emauriciomoreno-teamknowlogy/google-trends-api) | ||
### Note | ||
This is a fork from [google-trends-api](https://www.npmjs.com/package/google-trends-api). This modified version includes some of the pull requests suggested in the original project. | ||
## v3 to v4 | ||
@@ -13,0 +13,0 @@ [Big changes](/CHANGES.md)! The old google-trends endpoints are deprecated and are heavily throttled so this library has changed significantly. You can choose to download the old version via `npm install google-trends-api@3.0.2` but it is discouraged. |
54103