0.1.3 • Published 9 years ago

livecoding-primes v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

Livecoding node module example.

Made with TDD and live pair-programming from around the globe. Check out the archived stream.

Install Package

$ npm install livecoding-primes

Use it

var P = require('livecoding-primes');

P.isPrime(5);  // => true
P.isPrime(10); // => false

P.takePrimes(5); // => [2, 3, 5, 7, 11]

P.primes(); // => <es6 infinite prime generator>

Help contribute:

  • Run gulp (will compile source code on changes)
$ gulp
  • Build a sweet new feature
  • Test it (make sure npm test passes)
  • Submit a pull request
0.1.3

9 years ago

0.1.2

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago