Coder Social home page Coder Social logo

facebookpostmonitor's Introduction

#FB post monitor

###Introduction This application should give you a taste of the tools and methodologies that we commonly work with. It is a contrived app that allows you to view and delete comments that have been made upon your Facebook wall posts.

###Scope It touches upon the following key topics and frameworks:

  • Javascript SPA development
    • Ember.js
  • 3rd party API integration
    • Facebook javascript SDK
    • breeze.js (client-side data management)
  • AMD
    • require.js

###Setup We have taken care of the basics, including

  • configuring the require.js environment
  • instantiating the Ember application
  • defining the app's routes
  • integrating the Facebook javascript SDK
  • creating the breeze.js data context
  • creating the post browser UI

So all you have to do to get things setup is to

  • install node.js
  • alias the test.local domain to localhost, so that your browser resolves test.local to localhost.
  • run the following commands in the project's directory:
    npm install
    node server.js
  • point your browser to http://test.local:3000

You should be able to click the Facebook login button at the top right of the screen, authorize the "Voxsup test" app to read and publish your stream, and see a list of your recent Facebook posts.

###Goal

What's left to do is to flesh out the post comments route. When you click on a particular post, you should be shown a list of recent comments for that post, and have the option to delete a comment with the click of a button.

When you are done, just run tar czvf /path/to/project --exclude node_modules voxsup_starter.tgz

and email the resulting tarball to [email protected]

facebookpostmonitor's People

Contributors

haiweiosu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.