Create README.md

This commit is contained in:
2015-07-21 22:13:07 -07:00
parent 0eeb4e9d33
commit 6e2c522be7

15
README.md Normal file
View File

@@ -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.