Skip to content

A tiny web app that adds some utilities for Microsoft To-Do (todo.microsoft.com) such as parse a bulk of text data into a list of tasks. Project is hosted at https://to-do-parser.herokuapp.com/

Notifications You must be signed in to change notification settings

kjgoodrick/to-do-utilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

History

2016-11-20

  • Added a link to my personal site

2016-09-05

  • You can now append tasks to existing lists
  • Some minor fixes
  • Code refactoring

2016-06-26

  • Switched to redis for session store
  • Fixed tasks being created in the wrong orde
  • Added Bluebird Promises for requests

About

A tiny web app that adds some utilities for Microsoft To-Do (todo.microsoft.com) such as parse a bulk of text data into a list of tasks. Project is hosted at https://to-do-parser.herokuapp.com/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 51.7%
  • JavaScript 29.7%
  • CSS 18.6%