Skip to content

Commit

Permalink
Added the all-important badges!
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Jul 26, 2017
1 parent a7c42b9 commit 6f430fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Vapor OAuth Fluent

[![Language](https://img.shields.io/badge/Swift-3.1-brightgreen.svg)](http://swift.org)
[![Build Status](https://travis-ci.org/brokenhandsio/vapor-oauth-fluent.svg?branch=master)](https://travis-ci.org/brokenhandsio/vapor-oauth-fluent)
[![codecov](https://codecov.io/gh/brokenhandsio/vapor-oauth-fluent/branch/master/graph/badge.svg)](https://codecov.io/gh/brokenhandsio/vapor-oauth-fluent)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/brokenhandsio/vapor-oauth-fluent/master/LICENSE)

This repo contains a Fluent implementations for the required protocols for [Vapor OAuth](https://github.com/brokenhandsio/vapor-oauth).

# Usage
Expand Down

0 comments on commit 6f430fe

Please sign in to comment.