Sha256: caeee6a45848edef3d1fc13b3795db8906e0ed97b27d699338d3fa6efc7dca2a
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
GStock ====== GStock is a really simple ruby library for retrieving stock quotes from Google's unofficial quote API. Installation ------------ $ (sudo) gem install gstock Usage ----- require "rubygems" require "gstock" # Get a quote puts GStock.quote("AAPL").last If an invalid quote is passed in, GStock will respond by raising a GStock::NotFound exception.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gstock-1.0.0 | Readme.mkd |