Skip to content

purpleHey/TODWMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODWMapper

Getting Started

Developer Setup

First, you need a development key for the Canvas API. Make a file called app/routes/sessionToken.js with the follwoing:

exports.sessionKey = function () {
    return '<your-session-key>';
}
  • npm install
  • npm install -g bower (if you don't have bower yet)
  • bower install

Running the Application

  • mongod (in a different terminal)
  • npm start
  • visit localhost:3000

About

The beginnings of an app to browse TODW lessons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published