From 6e2c522be7a8e4bb3a3ca69671b00a0d0fdbebf5 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 21 Jul 2015 22:13:07 -0700 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..173461c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# cmdasana +A curses CLI for Asana, using the Asana API. + +Requirments: +* [python-asana](https://github.com/Asana/python-asana) +* [urwid (included)](http://urwid.org) +* python 2 + +Usage: +``` +./cmdasana.py +``` + +When you first cmdasana, you will need to authorize the app in your browser. +Copy and paste your OAuth key into the terminal to get started.