Sha256: 1cff24ebf6067808e378b2ce967c476d42357a39b2e41302583f6906be9ba230
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 KB
Contents
# GrowthForecast Client [![Build Status](https://secure.travis-ci.org/sonots/growthforecast-client.png?branch=master)](http://travis-ci.org/sonots/growthforecast-client) testing ruby: 1.9.2, 1.9.3, 2.0.0; GrowthForecast: >= 0.62 (Jun 27, 2013 released) ## About GrowthForecast Client growthforecast-client is a ruby client library for GrowthForecast API where [GrowthForecast](http://kazeburo.github.com/GrowthForecast/) is a visualization graph tool. With growthforecast-client, for example, you can edit properties of a graph such as `color`, and create a complex graph. ## USAGE gem install growthforecast-client See [examples](examples) directory. ### CLI GrowthForecast Client also provides a CLI named `growthforecast-client`. Delete a graph or graphs under a path (copy and paste the URL from your GrowthForecast): ``` $ growthforecast-client delete 'http://fqdn.to.growthforecast:5125/list/service_name' ``` Change the colors of graphs ``` $ growthforecast-client color 'http://fqdn.to.growthforecast:5125/list/service_name' -c 'graph_name:#1111cc' ... ``` See help for more: ``` $ growthforecast-client help ``` ## Contributing 1. Fork it 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 new [Pull Request](../../pull/new/master) ## Copyright Copyright (c) 2013 Naotoshi Seo. See [LICENSE](LICENSE) for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
growthforecast-client-0.80.1 | README.md |
growthforecast-client-0.80.0 | README.md |