0.1.0 • Published 10 years ago

birthday-magic v0.1.0

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

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
0.1.0

10 years ago