0.0.2 • Published 9 years ago

arcana v0.0.2

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

arcana

flipactual Travis Node NPM

a tarot deck generator

Scripts

test – run the tests

npm run test

coverage – generate and view code coverage as HTML

npm run coverage

lint – lint the codebase

npm run lint

readme – generate the README

npm run readme

deck

module.exports ⏏

Class representing a deck

Kind: Exported class

new module.exports(deck)

Create a deck

ParamTypeDescription
deckObjectthe deck description
deck.majorArcanaObjectthe major arcana description
deck.majorArcana.symbolsArray.<string>the major arcana symbols
deck.minorArcanaObjectthe minor arcana description
deck.majorArcana.suitsArray.<string>the minor arcana suits
deck.majorArcana.ordersArray.<string>the minor arcana orders

License

MIT @ Flip

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago