A simple web app that parses a line-separated text data into a list of tasks in To-Do using their REST API at https://developer.wunderlist.com/documentation.
Project is currently hosted at https://to-do-parser.herokuapp.com/
- Added a link to my personal site
 
- You can now append tasks to existing lists
 - Some minor fixes
 - Code refactoring
 
- Switched to redis for session store
 - Fixed tasks being created in the wrong orde
 - Added Bluebird Promises for requests