1.0.0 • Published 9 years ago

node-alfalfabet v1.0.0

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

node-alfalfabet

I've been told that to Node right one must modularize. This module returns an array of the alphabet.

Install

$ npm install --save node-alfalfabet

Usage

var alfalfabet = require('node-alfalfabet');

console.log(alfalfabet);
//=> ['a', 'b', ...]

Todo

  • Too monolithic. Needs to be broken into individual modules. Perhaps one per character.

License

MIT © Max Schoening