birthday-magic
v0.1.0
Published
Magically generates birthday lore info. Possibly useful for clueless (/thoughtful?) birthday gift-givers.
Downloads
1
Readme
Birthday Magic
Magically generates common birthday lore. Possibly useful for clueless (/thoughtful?) birthday gift-givers.
Platform support
ECMAScript, 5th Edition
Example
var BirthdayMagic = require("./birthday-magic");
var BirthdayMagicObj = new BirthdayMagic(08, 09, 2013);
var allMagic = BirthdayMagicObj.all();
// => { planet: 'Sun',
// gemstone: 'August',
// sign: 'Leo',
// flower: 'Gladiolas,Poppy' }
Installing
Install from NPM:
$ npm install birthday-magic