Skip to content

haysjp/euler.nodester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler JavaScript solutions

This is a collection of solutions to Project Euler problems using JavaScript. This is a work in progress.

Contributing

Feel free to submit pull requests with solutions!

In lieu of a formal style guide, take care to maintain the existing coding style and lint your changes using grunt.

Generating docs

Code documentation in this project uses jsDoc format.

Documentation is generated using docco-husky. The docco-husky defaults for this project are included in package.json. To regenerate the docs after making a change, run the following:

$ docco-husky app.js routes/index.js

Run locally

$ git clone git://github.com/fiveisprime/euler.nodester.git
$ cd euler.nodester
$ npm install
$ node app.js

Once the app is running, navigate to http://localhost:20109 to see the result.

License

Copyright (c) 2012 Matt Hernandez Licensed under Creative Commons license.

About

Project Euler solutions in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors