Class: Evri::Zeitgeist
- Inherits:
-
Object
- Object
- Evri::Zeitgeist
- Defined in:
- lib/evri/zeitgeist.rb
Overview
Returns information about a specific trend.
To access the information, combine a TREND with a TYPE to form a class method.
Zeitgeist.all_chemical
Zeitgeist.falling_person
Zeitgeist.popular_organization
Constant Summary collapse
- TYPES =
%w( animal backterium chemical concept disorder event location organization person plant product virus )
- TRENDS =
%w( all popular rising falling )