From 2f12e0734ac60796abee0ccff7b40ed510f6d6ad Mon Sep 17 00:00:00 2001 From: Phil Newton Date: Wed, 15 Oct 2014 10:54:13 -0400 Subject: [PATCH] Added "cryptsy-public-api" recipe Adds library functionality for interacting with the cryptsy.com public API. --- recipes/cryptsy-public-api | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/cryptsy-public-api diff --git a/recipes/cryptsy-public-api b/recipes/cryptsy-public-api new file mode 100644 index 00000000..afd2ee3c --- /dev/null +++ b/recipes/cryptsy-public-api @@ -0,0 +1,3 @@ +(cryptsy-public-api :repo "sodaware/cryptsy-public-api.el" + :fetcher github + :files ("*.el" (:exclude "features" "fixtures" "test")))