Skip to content

Commit

Permalink
Add npm widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfnunes committed Oct 6, 2017
1 parent 66a53bd commit 36e8bad
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Expand Up @@ -3,9 +3,11 @@ Working from Home excuses generator

> Funny excuses generator to use when you have to Work From Home (#WFH).
[![npm version](https://badge.fury.io/js/wfh-excuses.svg)](https://badge.fury.io/js/wfh-excuses)
[![Build Status](https://travis-ci.org/lnfnunes/WFH-excuses.svg?branch=master)](https://travis-ci.org/lnfnunes/WFH-excuses)
[![Coverage Status](https://coveralls.io/repos/github/lnfnunes/WFH-excuses/badge.svg?branch=master)](https://coveralls.io/github/lnfnunes/WFH-excuses?branch=master)
[![NPM][npm-image] ][npm-url]

[![npm version][version-image]][version-url]
[![Build Status][ci-image]][ci-url]
[![Coverage Status][coverage-image]][coverage-url]

![#WFH](https://media.tenor.com/images/9516072e24d292492bfb7975a1b0c774/tenor.gif)

Expand All @@ -25,3 +27,14 @@ console.log(wfh.pick('en')); // random excuse in custom language (en)

## License
[ISC License](LICENSE.md) © Leandro Nunes

**Support:** if you find any problems, [open issue](https://github.com/lnfnunes/wfh-excuses/issues)

[npm-image]: https://nodei.co/npm/wfh-excuses.svg?downloads=true
[npm-url]: https://npmjs.org/package/wfh-excuses
[version-image]: https://badge.fury.io/js/wfh-excuses.svg
[version-url]: https://badge.fury.io/js/wfh-excuses
[ci-image]: https://travis-ci.org/lnfnunes/WFH-excuses.svg?branch=master
[ci-url]: https://travis-ci.org/lnfnunes/WFH-excuses
[coverage-image]: https://coveralls.io/repos/github/lnfnunes/WFH-excuses/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/lnfnunes/WFH-excuses?branch=master

0 comments on commit 36e8bad

Please sign in to comment.