kenwheeler / Parse-Todos

Example of persistent ToDos with Facebook authentication using Thorax and Parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of persistent ToDos with Facebook authentication using Thorax and Parse


Languages

Language:JavaScript 98.9%Language:CSS 1.1%