Wunderlist
I searched for a tool for managing project tasks for me and my colleagues – and I found www.wunderlist.com – a great service offered by the 6 Wunderkinder GmbH. It’s a free task list manager that runs in a browser or – as a rich client – on nearly every (common) platform.
But I missed something like a dedicated page that shows only one auto-updated task list so I can display it on a big screen in our office.
But hey – this is the world of web-services – everyone can access any data in any needed way. Due to the SOP there is no way to call the AJAX-service directly from my page – but with a little help of a JSON-P-alike php-script for reading the data the „magic“ is done. Hint: the script returns all lists with active entries. A simple html/javascript-page is used for displaying the (selected) data. You can test it under wunderlist.naberius.de.
The needed files can be downloaded here.
(Don’t forget to set your email/pwd in getTaskList.php and the name of the list in the view-page index.html)
Edit: update the view-page to look a little…
Edit2: update the view-page – now has a css-progressbar/shows time&date…
Cool, thx for sharing!