Skip to content

Commit

Permalink
fix(doc): add status badges to README.md (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Feb 27, 2018
1 parent 247d31b commit 36bbd75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Aerogear App Metrics

This is the server component of the Aerogear Metrics Service. It is a RESTful API that allows mobile clients to send metrics data which will get stored in a PostgreSQL database. The service is written in [Golang](https://golang.org/).
[![Go Report Card](https://goreportcard.com/badge/github.com/aerogear/aerogear-app-metrics)](https://goreportcard.com/report/github.com/aerogear/aerogear-app-metrics)
[![Coverage Status](https://coveralls.io/repos/github/aerogear/aerogear-metrics-api/badge.svg?branch=master)](https://coveralls.io/github/aerogear/aerogear-metrics-api?branch=master)
[![CircleCI](https://circleci.com/gh/aerogear/aerogear-app-metrics.svg?style=svg)](https://circleci.com/gh/aerogear/aerogear-app-metrics)

This is the server component of the AeroGear Metrics Service. It is a RESTful API that allows mobile clients to send metrics data which will get stored in a PostgreSQL database. The service is written in [Golang](https://golang.org/).

## Prerequisites

Expand Down

0 comments on commit 36bbd75

Please sign in to comment.