From e4e1ad9aba0a5f04193bf02e78f02a68922b2886 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 6 Dec 2013 06:34:53 +0400 Subject: [PATCH] added description of the methods --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b79b650..46ec202 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -openexchangerates -================= - +### openexchangerates ### Implementation API openexchangerates.org on Ruby + +### methods ### +**1.** `get_latest()` +Get the most recent exchange rates + +**2.** `get_currencies` +get list of currency codes and names + +**3.** `get_old(date)` *(in development)* +get rates for any given day, where available