From 99fee73812626f5c69add18ef457156e6bab3585 Mon Sep 17 00:00:00 2001 From: Michael Stanton Date: Sun, 7 Dec 2014 14:13:34 +0100 Subject: [PATCH] Added readme. --- climbgrades/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 climbgrades/README.md diff --git a/climbgrades/README.md b/climbgrades/README.md new file mode 100644 index 0000000..4b758a0 --- /dev/null +++ b/climbgrades/README.md @@ -0,0 +1,13 @@ +Climbgrades is a utility to convert between YDS, UIAA and French +rock climbing grade systems. + +-- To use -- + +climbgrades.js is a node.js module. Grades.sh shows a way to use it as a +command line utility. + +-- Tests -- + +With nodeunit, run nodeunit test in this directory. + +Copyright 2014, Michael Stanton.