README.md

October 10, 2013 ยท View on GitHub

Thorax & Parse Todo Seed

Example of persistent ToDos with Facebook authentication using Thorax and Parse

Configuration

  • Edit your /js/routers/todo-list.js and replace the placeholders with your Parse initialize script & Facebook App ID

    Parse.initialize("REPLACE ME", "REPLACE ME");
    
    window.fbAsyncInit = function() {
    
        Parse.FacebookUtils.init({
    
            appId      : 'REPLACE ME',
    
            cookie      : true,
    
            xfbml      : true
    
            });
    
        };
    
  • Run npm start

  • ?

  • PROFIT

Check out a demo here