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
- Host: GitHub
- URL: https://github.com/willf/ruby_google_charts
- Owner: willf
- License: mit
- Created: 2011-04-09T19:43:22.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-09T19:53:06.000Z (about 15 years ago)
- Last Synced: 2025-03-24T12:52:28.720Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
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.