No commit activity in last 3 years
No release in over 3 years
Light wrapper for Google+ API, using HTTParty
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Google-Plus

You probably really want https://github.com/seejohnrun/google_plus, it's better off at this stage.

A light wrapper around the new Google+ API. It's late, this is really rough.

Installation

TODO Gem

Usage

require "google_plus"
GooglePlus.connect("your_api_key")
GooglePlus::People.get("111277284611154414539")
GooglePlus::Activities.list("111277284611154414539")

TODO

  • Docs
  • Get rid of class var for api key
  • tests (ahem)