From fc3bd8d2bf8befbb6aa61ba260024ef985fbc7d4 Mon Sep 17 00:00:00 2001 From: Max Kramer Date: Tue, 18 Apr 2017 16:57:48 -0400 Subject: [PATCH] Add badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fd49a6e5..ccc488b18 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices. Powerful and easy to use. +[![Version](https://img.shields.io/npm/v/mathjs.svg)](https://www.npmjs.com/package/mathjs) +[![Downloads](https://img.shields.io/npm/dm/mathjs.svg)](https://www.npmjs.com/package/mathjs) +[![Build Status](https://img.shields.io/travis/josdejong/mathjs.svg)](https://travis-ci.org/josdejong/mathjs) +![Maintenance](https://img.shields.io/maintenance/yes/2017.svg) +[![License](https://img.shields.io/github/license/josdejong/mathjs.svg)](https://github.com/josdejong/mathjs/blob/master/LICENSE) ## Features