An open API service indexing awesome lists of open source software.

https://github.com/sdslabs/codebot

CodeBot is an alternative terminal style interface for Project Euler.
https://github.com/sdslabs/codebot

Last synced: about 1 year ago
JSON representation

CodeBot is an alternative terminal style interface for Project Euler.

Awesome Lists containing this project

README

          

#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
- Abhay Rana

#Setup

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

- node.js v 0.10.x (I recommend [nvm](https://github.com/creationix/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.