ExTrends v0.1.1 ExTrends View Source
Link to this section Summary
Link to this section Functions
Run a Google Trends operation
First build an operation from one of the operation, and then pass it to this function to run it.
If you want to build an operation manually, see: ExTrends.Operation
Examples
You can just use those operation modules like this:
ExTrends.DailyTrends.request("TW") |> ExTrends.run()
Run a Google Trends operation, raise if it fails.
Same as run/1,2
except it will either return the successful response from
Google or raise an exception.