aboutsummaryrefslogtreecommitdiffstats
path: root/app.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-27Update routing system. Add character images endpointTeddy Wing
Now includes an endpoint to get character images using dummy data.
2013-04-27Change to node/express appTeddy Wing