From abef63606c91264dc1bb92073a91cbc5b98c6c44 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 17 Feb 2019 17:24:30 +0100 Subject: Added some badges to the README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 64036742..24744e74 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Object oriented Web UI framework for Kotlin/JS. +[![Travis CI](https://travis-ci.com/rjaros/kvision.svg?branch=master)](https://travis-ci.com/rjaros/kvision) +[![Download](https://api.bintray.com/packages/rjaros/kotlin/kvision/images/download.svg) ](https://bintray.com/rjaros/kotlin/kvision/_latestVersion) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + KVision allows you to build user interface of modern web applications with the [Kotlin](https://kotlinlang.org) language. It's designed to be object oriented in the "most classical" sense - it gives you a hierarchy of many different components, which are used to build application UI. -- cgit