Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Lita handler for Open Exchange Rates (https://openexchangerates.org/)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

>= 4.7
 Project Readme

lita-openexchangerates

Lita handler for Open Exchange Rates

Installation

Add lita-openexchangerates to your Lita instance's Gemfile:

gem "lita-openexchangerates"

Configuration

Get your APP ID from Open Exchange Rates and give this configuration in your lita_config.rb:

config.handlers.openexchangerates.app_id = "YOUR_APP_ID_HERE"

Usage

  • Lita: currencies - Show valid currencies
  • Lita: exchange FROM TO - Show exchange rate FROM for TO (e.g: exchange TWD JPY)