Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 05910f9

Browse files
author
Ruben Schmidmeister
committed
Add more badges
1 parent 60f1b32 commit 05910f9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[![Build Status](https://travis-ci.org/bash/random.js.svg?branch=master)](https://travis-ci.org/bash/random.js)
44
[![codecov](https://codecov.io/gh/bash/random.js/branch/master/graph/badge.svg)](https://codecov.io/gh/bash/random.js)
55
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/)
6+
[![NPM](https://img.shields.io/npm/v/@rschmidmeister/random.js.svg)](https://www.npmjs.com/package/@rschmidmeister/random.js)
7+
[![dependencies Status](https://david-dm.org/bash/random.js/status.svg)](https://david-dm.org/bash/random.js)
8+
[![devDependencies Status](https://david-dm.org/bash/random.js/dev-status.svg)](https://david-dm.org/bash/random.js?type=dev)
9+
[![Bitcoin](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://www.coinbase.com/rschmidmeister)
10+
611

712
A [deterministic random number](https://www.xkcd.com/221/) generator for node.
813
This module has some important advantages over other modules:
@@ -13,13 +18,13 @@ This module has some important advantages over other modules:
1318

1419
Install with:
1520

16-
```
21+
```bash
1722
npm i --save @rschmidmeister/random.js
1823
```
1924

2025
Usage:
2126

22-
```
27+
```js
2328
const random = require('@rschmidmeister/random.js')
2429

2530
console.log(random())

0 commit comments

Comments
 (0)