class Gosns::Twitter

Public Instance Methods

followers() click to toggle source
# File lib/provider/twitter.rb, line 3
def followers
  Helper::json("https://cdn.syndication.twimg.com/widgets/followbutton/info.json?screen_names=#{account}").first['followers_count']
end