/nodeschool

Primary LanguageJavaScript

nodeschool

Solutions for work done as part of nodeschool.

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install nodeschool --save

Tests

npm install
npm test

Dependencies

  • concat-stream: writable stream that concatenates strings or binary data and calls a callback with the result
  • strftime: strftime for JavaScript
  • through2-map: A through2 to create an Array.prototype.map analog for streams.

Dev Dependencies

None

License

ISC

Generated by package-json-to-readme