Skip to content

Commit

Permalink
Add coveralls and shields.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Dec 15, 2016
1 parent deced76 commit 3bceeb1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ node_js:
- 6.9.1
before_script:
- npm install -g gulp
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# jvent.js [![Build Status](https://secure.travis-ci.org/pazguille/jvent.png)](http://travis-ci.org/pazguille/jvent) [![devDependency Status](https://david-dm.org/pazguille/jvent/dev-status.png)](https://david-dm.org/pazguille/jvent#info=devDependencies)
# jvent.js [![NPM version][npm-image]][npm-link] [![License][lic-image]][npm-link] [![Build status][travis-image]][travis-link] [![Coverage Status][coverage-image]][coverage-link] [![Dependency status][deps-image]][deps-link] [![devDependency status][devdeps-image]][devdeps-link] [![downloads][dt-image]][npm-link]

> EventEmitter Class for the browser based on NodeJS EventEmitter.
## Installation

$ component install pazguille/jvent
$ npm install jvent

See: https://github.com/component/component
$ bower install jvent

### Standalone
Also, you can use the standalone version without components.
Expand Down Expand Up @@ -97,13 +97,25 @@ All emitters emit the event `newListener` when new listeners are added.
emitter.emit('live', 'data1', 'data2');
```

## Maintained by
## With :heart: by
- Guille Paz (Front-end developer | Web standards lover)
- E-mail: [[email protected]](mailto:[email protected])
- Twitter: [@pazguille](http://twitter.com/pazguille)
- Web: [http://pazguille.me](http://pazguille.me)

## License
Licensed under the MIT license.

Copyright (c) 2012 [@pazguille](http://twitter.com/pazguille).
MIT license. Copyright © 2016 [@pazguille](http://twitter.com/pazguille).


[npm-image]: https://img.shields.io/npm/v/jvent.svg
[lic-image]: https://img.shields.io/npm/l/jvent.svg
[npm-link]: https://npmjs.org/package/jvent
[travis-image]: https://img.shields.io/travis/pazguille/jvent.svg
[travis-link]: https://travis-ci.org/pazguille/jvent
[deps-image]: https://img.shields.io/david/pazguille/jvent.svg
[deps-link]: https://david-dm.org/pazguille/jvent
[devdeps-image]: https://img.shields.io/david/dev/pazguille/jvent.svg
[devdeps-link]: https://david-dm.org/pazguille/jvent#info=devDependencies
[dt-image]: https://img.shields.io/npm/dt/jvent.svg
[coverage-image]: https://img.shields.io/coveralls/pazguille/jvent.svg
[coverage-link]: https://coveralls.io/github/pazguille/jvent

0 comments on commit 3bceeb1

Please sign in to comment.