0.0.1-alpha • Published 10 years ago

simplecards v0.0.1-alpha

Weekly downloads
8
License
-
Repository
github
Last release
10 years ago

SimpleCards

Simple library to chain and run functions with asynchronous calls.

Installation

Via npm on Node:

npm install simplecards

Usage

Reference in your program:

var sc = require('simplecards');

TBD

Samples

TBD

Versions

TBD

License

MIT

References

Contribution

Feel free to file issues and submit pull requests � contributions are welcome<

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.