UNPKG

dota2-radiant

Version:

Radiant: a small little library/framework for building awesome apps backed by the Dota 2 WebAPI. Utilizes Node with Express

8 lines (6 loc) 139 B
var HomeController = { 'index': function (req, res) { res.render('home'); } }; module.exports = exports = HomeController;