0.1.0 • Published 9 years ago

coding-challenge v0.1.0

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

coding challenge

NPM version Dependency Status

A simple little module to calculate expenses for a department.

Install

$ npm install --save coding-challenge

Usage

var codingChallenge = require('coding-challenge');
var employees = [
  {
    name: 'Drake',
    type: 'manager',
    employees: [
      {
        name: 'Sully',
        type: 'Developer'
      }, {
        name: 'Elena',
        type: 'QA Tester'
      }
    ]
  }
];
codingChallenge(employees);

API

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using gulp.

License

Copyright (c) 2015 Bryan Maynard. Licensed under the MIT license.

0.1.0

9 years ago

0.0.0

9 years ago