From 4de5cfb07a0fe9077b23af060cbf7e36adf0a251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Sun, 11 Jun 2017 11:59:06 -0300 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 97e85bd..d0da9c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # char +[![Build Status](https://travis-ci.org/nhsz/char.svg?branch=master)](https://travis-ci.org/nhsz/char) +[![Coverage Status](https://coveralls.io/repos/github/nhsz/char/badge.svg?branch=master)](https://coveralls.io/github/nhsz/char?branch=master) +[![codebeat badge](https://codebeat.co/badges/a5fa0f50-f5f9-4313-8535-2e3dba3a6507)](https://codebeat.co/projects/github-com-nhsz-char-master) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0e5fc4e079eb481ab006e3338e4db30f)](https://www.codacy.com/app/nquiroz/char?utm_source=github.com&utm_medium=referral&utm_content=nhsz/char&utm_campaign=Badge_Grade) +[![Code Climate](https://codeclimate.com/github/nhsz/char/badges/gpa.svg)](https://codeclimate.com/github/nhsz/char) + [![NPM](https://nodei.co/npm/char.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/char/) > Return the string representing a character whose Unicode code point is the integer `code`.