Client Side Info - GlobalMustard/SocialSync GitHub Wiki
To Get Client Side Running in Test Env:
Go to root directory of project in terminal
$ python -m SimpleHTTPServer
Open up browser to localhost:8000
Click on /client
This page will show social sync app. Clicking on any social media button (twitter, facebook, google+) will make the request to the server. (**Note: ** Server must be running for this step to work (Server Info))
If error occurs, it's because the app hasn't authorized the user. Go through localhost:3000/auth/twitter to get the token and secret. Now you should be able to click on the twitter button to get the data array from the server.