Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wtnabe/ga-shikomi
- Owner: wtnabe
- Created: 2015-02-19T12:18:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T10:54:32.000Z (over 9 years ago)
- Last Synced: 2024-11-13T09:44:46.332Z (2 months ago)
- Topics: cli, google-analytics, google-api, ruby, rubygems
- Language: Ruby
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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