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

https://github.com/willf/ruby_google_charts

Ruby code to access Google's Chart API
https://github.com/willf/ruby_google_charts

Last synced: about 1 year ago
JSON representation

Ruby code to access Google's Chart API

Awesome Lists containing this project

README

          

= ruby_google_charts -- Ruby interface to Google Charts API

This is Ruby code to access the Google Chart API

http://code.google.com/apis/chart/

Examples can be found in examples/examples.rb (with output at example.html)

No strong library requirements -- uses Erb for examples, and RSpec for
unit tests.