codebot icon indicating copy to clipboard operation
codebot copied to clipboard

CodeBot is an alternative terminal style interface for Project Euler.

#CodeBot

CodeBot is an alternative interface to Project Euler that uses a pseudo-terminal interface to display and interact with problems and users.

#Tech

  • node.js
  • express
  • heroku
  • jquery.terminal
  • redis

#Humans

#Setup

Everything should be in the repo. The only requirements are:

  • node.js v 0.10.x (I recommend nvm)
  • redis (sudo apt-get install redis-server)

Run node app.js to start application and then visit http://localhost:3000/ in your browser

The problems from Project Euler are used under a Creative Commons licence.

#Licence Licenced under the MIT Licence.