https://github.com/mjc-gh/kitco
This gem retrieves data from Kitco Charts about Gold and other precious metals
https://github.com/mjc-gh/kitco
Last synced: 6 months ago
JSON representation
This gem retrieves data from Kitco Charts about Gold and other precious metals
- Host: GitHub
- URL: https://github.com/mjc-gh/kitco
- Owner: mjc-gh
- Created: 2011-08-11T02:01:27.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T18:13:05.000Z (about 6 years ago)
- Last Synced: 2025-04-10T19:32:49.068Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kitco Gem
This gem retrieves data (via HTTParty) from Kitco Charts about Gold and other precious metals.
Use at your own discretion
## Install
gem install kitco
## Examples
require 'kitco'
puts Kitco.gold
puts Kitco.silver## Command Line Utility
kitco gold
For more details on run
kitco --help