Skip to content

jamiew/famo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

famo2

Semi-standardized interface for querying Internet fame stats, the true currency of the web.

This is a work-in-progress, and very little works (yet)

Modules

Google Analytics resource (e.g. jamiedubs.com) provides:

  • visits
  • goal conversions
  • eventually: geo, demographics, traffic sources, referrals, search keywords

Twitter resource (e.g. @jamiew) provides:

  • follower stats
  • repy/retweet stats

Usage

Time defaults to the last 30 days (?) and returns a Hash like:

{
  total: { visits: 5, conversions: 1 },
  data: { 2011_05_01: { visits: 2, conversions: 0}, 2011_05_02: { ...}, ... }
}
> famo = Famo.new
> famo.info('jamiedubs.com', time: 30.days)
=> { ... }

About

Quickly lookup Internet stats, the currency of the now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages