From 4264a108913c0a64d92f26b022c3248de16938a6 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 11 Jul 2018 19:06:11 +0200 Subject: [PATCH] add readme badge: licence-MIT --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cee7f59..c3f3b14 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # | aicra | [![Go version](https://img.shields.io/badge/go_version-1.10.3-blue.svg)](https://golang.org/doc/go1.10) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/git.xdrm.io/go/aicra)](https://goreportcard.com/report/git.xdrm.io/go/aicra) [![Go doc](https://godoc.org/git.xdrm.io/go/aicra?status.svg)](https://godoc.org/git.xdrm.io/go/aicra) + **Aicra** is a self-working framework coded in *Go* that allows anyone to create a fully featured REST API. It features type checking, authentication management through middlewares, file upload, rich argument parsing (*i.e. url slash-separated, urlencoded, form-data, json*), nested routes, project builder (*i.e. aicra*), etc.