README.md in asana2flowdock-1.1.1 vs README.md in asana2flowdock-1.2.0

- old
+ new

@@ -5,10 +5,19 @@ ![](https://s3.amazonaws.com/ss.dojo4.com/RTbL2P5VyYOWhnhDoKsfG.png) +it currently works around asana's lack of webhooks by keeping a teeny sqlite +database of local state: a cursor of which messages have been relayed, and +which have not. when polling asana for updated tasks it uses this knowledge +to limit the result set via the 'last_modified' support they provide for +querying a project's tasks. + +this combination allows the amount of polling and data transfered to be kept +to a minimum. + to install it do: ```bash @@ -58,17 +67,22 @@ ``` to begin relaying messages from asana, to flowdock. to run this command in -daemon mode you will want to do: +daemon mode you will want to do things like: ```bash ~> asana2flowdock daemon start +~> asana2flowdock daemon pid +~> asana2flowdock daemon tail + +~> asana2flowdock daemon stop + ``` to learn more type ```bash @@ -80,6 +94,7 @@ ~> asana2flowdock daemon usage ``` -email to : ara@dojo4.com for help and/or feedback +email to : ara@dojo4.com for help, feedback, or if you want help setting this +up for your flowdock/asana accounts.