0.0.1 • Published 9 years ago

tattletales v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

tattle-tale

A library for blaming a user for a uncaught exception

Installation

npm install tattle-tale --save

Usage

var tattletale = require('tattle-tale'), tattletale.init(function (res) { console.log(res); });

res - { blame: , error: , filename: , line: }

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.0.1 Initial release

Todo

What happens if not git repo? Find a way to test a library that needs errors with chai More verbose parsing Do more then just uncaughts and blame (we can blame the world)`