Skip to content

sunglass/TwT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code uses ajax to access the sunglass API and pull stats from your projects. 

For Development, you might run into cross-domain problems. if so, you can use the following command from terminal (in MAC) to open chrome w/o security measures enabled. This will allow the cross-domain ajax calls until you are ready to push to the main server, after which it will not be a problem. 

open -a Google\ Chrome --args --disable-web-security

see below for more info on cross-domain
http://stackoverflow.com/questions/12523260/cross-domain-error-with-chrome-in-local-dev-only-how-to-resolve
http://peter.sh/experiments/chromium-command-line-switches/

**UPDATE
  the cross-domain thing should not be an issue now that we've implemented CORS :)
  more about CORS: https://developer.mozilla.org/en-US/docs/HTTP_access_control

About

Teaching with Things object gallery for Harvard metaLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors