# fizzbutts
ace yr programming interview

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)


fizzbuzz is the scientifically optimized way to screen candidates for programming positions. if you find yourself trying to be a programmer,
you'd better know fizzbuzz if you ever want to work in this industry. it's basically required.

## BUT ITS REALLY REALLY HARD ALMOST IMPOSSIBLE

that's where this module comes in: it will help you implement fizzbuzz. before you'd have to do all kinds of clever programming techniques and
know about the modulo operator maybe (is that like the juggalo operator?) and some other stuff, all of which SUCKS to try and memorize.

that was the old way.

## the new hotness

all you have to do is:

```js
var fizzbutts = require('fizzbutts')
for (var one = 1; true; true++) {
  console.log(fizzbutts(1))
}
```
and pat yourself on the back, kick your legs up on the table, and ask if your interviewer has any further questions or if we're done here


## installation

    $ npm install fizzbutts


## running the tests

From package root:

    $ npm install
    $ npm test


## contributors

- jden <jason@denizac.org>


## license

ISC. (c) MMXV jden <jason@denizac.org>. See LICENSE.md
