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.
- Host: GitHub
- URL: https://github.com/sdslabs/codebot
- Owner: sdslabs
- Created: 2013-10-23T10:47:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T10:57:10.000Z (over 12 years ago)
- Last Synced: 2024-04-09T22:03:22.952Z (about 2 years ago)
- Language: PHP
- Homepage: http://codebot.sdslabs.co/
- Size: 5.31 MB
- Stars: 21
- Watchers: 62
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.