ExTrends v0.1.0 ExTrends.DailyTrends View Source

Google daily trends operation

Link to this section Summary

Functions

To build daily trends operation

Link to this section Functions

Link to this function

request(geo, hl \\ "en-US", tz \\ 0)

View Source
request(geo :: binary(), hl :: binary(), tz :: integer()) ::
  ExTrends.Operation.DailyTrends.t()

To build daily trends operation

Args:

  • geo - Location of interest.
  • hl - Preferred language (defaults to en-US. Ref: language-codes)
  • tz - Timezone Offset from UTC in minutes (defaults to 0)

Examples

ExTrends.DailyTrends.request("TW") |> ExTrends.run()