Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wtnabe/ga-shikomi

Google Analytics API wrapper for CLI written in Ruby
https://github.com/wtnabe/ga-shikomi

cli google-analytics google-api ruby rubygems

Last synced: 13 days ago
JSON representation

Google Analytics API wrapper for CLI written in Ruby

Awesome Lists containing this project

README

        

# GAShikomi

Google Analytics API wrapper for CLI written in Ruby.

## Installation

Now, You can fetch general ga data.

```ruby
gem 'ga-shikomi'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install ga-shikomi

## Usage

type

shikomi help

## Contributing

1. Fork it ( https://github.com/[my-github-username]/ga-cli/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request