A quick web front end for running GoogleTrends queries against their (beta) API.
First install the python dependencies: pip install -r requirements.pip
Then copy sampleconfig.txt to config.txt and edit it to add in your Google API key (that has Trends API access).
Run python server.py and then hit localhost:5000 in your browser!