pat310 / google-trends-api

An API layer on top of google trends
https://www.npmjs.com/package/google-trends-api
MIT License
877 stars 175 forks source link

change server port 8080 #87

Closed wizidot closed 6 years ago

wizidot commented 6 years ago

Hi, I would like to change the default port that is used by this script (8080). How can i achieve this ? Thanks.

pat310 commented 6 years ago

Hi @wizidot! Unfortunately I can't change the port that Google serves their trend data from if that's what you are referring to. Also, this library itself doesn't run on any particular port. Are you using this in a node express application?

wizidot commented 6 years ago

Hello, No i would-like to use it in an hubot (slack) application. Thanks for your answer. I thought that the library use a specific server... I will look how to do it.