Skip to content

Commit

Permalink
adding proxy server info before version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pat310 committed Feb 1, 2018
1 parent e6a579f commit 9c6b9ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v4.5.0]
> Jan 31, 2018
- Adding ability to use a proxy server
[#92]: https://github.com/pat310/google-trends-api/pull/92

## [v4.4.0]
> Jan 12, 2018
- Added `timezone` number, defaults to the time zone difference in minutes from UTC to host system settings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ googleTrends.interestOverTime({keyword: 'Women\'s march'}, function(err, results
```

### Proxy Server
A proxy server can be used by specifying an http agent as part of the query.
A proxy server can be used by specifying an http agent as part of the query. This example uses [https-proxy-agent](https://www.npmjs.com/package/https-proxy-agent)

```js
const HttpsProxyAgent = require('https-proxy-agent');
Expand Down

0 comments on commit 9c6b9ea

Please sign in to comment.