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

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

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