aboutsummaryrefslogtreecommitdiffstats
path: root/public/javascripts/main.js
AgeCommit message (Collapse)Author
2013-04-28Dynamically fetch character images from TMS APITeddy Wing
* /character-images endpoint now dynamically fetches images from the TMS API * Add a config.js file
2013-04-27Render characters by calling APITeddy Wing
To render the characters, get character names and image locations from the internal API and render them using an Underscore template.
2013-04-27Change to node/express appTeddy Wing