Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 834 Bytes

README.md

File metadata and controls

50 lines (24 loc) · 834 Bytes

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