Skip to content

Commit

Permalink
Added badges in README. Closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Sep 5, 2016
1 parent 1da6a23 commit 08bdb58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# indexed-string-variation

[![npm version](https://badge.fury.io/js/indexed-string-variation.svg)](http://badge.fury.io/js/indexed-string-variation)
[![Build Status](https://travis-ci.org/lmammino/indexed-string-variation.svg?branch=master)](https://travis-ci.org/lmammino/indexed-string-variation)
[![codecov.io](https://codecov.io/gh/lmammino/indexed-string-variation/coverage.svg?branch=master)](https://codecov.io/gh/lmammino/indexed-string-variation)


Experimental JavaScript module to generate all possible variations of strings over an alphabet using an n-ary virtual tree.


## Install

With NPM:
Expand All @@ -10,6 +16,7 @@ With NPM:
npm install --save indexed-string-variation
```


## Usage

Generally useful to create distributed brute-force password recovery tools or
Expand Down

0 comments on commit 08bdb58

Please sign in to comment.