# File lib/twitter/client/local_trends.rb, line 34
      def local_trends(woeid=1, options={})
        response = get("1/trends/#{woeid}", options, :format => :json)
        response.first.trends.map{|trend| trend.name}
      end